diff --git a/examples/rhsm-canary/templates/dstrategies-frontend-route.yaml b/examples/rhsm-canary/templates/dstrategies-frontend-route.yaml deleted file mode 100644 index 141ad63..0000000 --- a/examples/rhsm-canary/templates/dstrategies-frontend-route.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - name: dstrategies-frontend-{{ .Release.Namespace }} - namespace: istio-system -spec: - host: dstrategies-frontend-{{ .Release.Namespace }}-istio-system.apps.{{ .Values.domain }} - to: - kind: Service - name: istio-ingressgateway - tls: - termination: edge - insecureEdgeTerminationPolicy: Redirect - port: - targetPort: http2 -