From f8a736c7cf70cca788b7dfc6501b89d562de63ae Mon Sep 17 00:00:00 2001 From: davidseve <33720753+davidseve@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:45:09 +0100 Subject: [PATCH] Delete dstrategies-back-route.yaml --- .../templates/dstrategies-back-route.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/rhsm-canary/templates/dstrategies-back-route.yaml diff --git a/examples/rhsm-canary/templates/dstrategies-back-route.yaml b/examples/rhsm-canary/templates/dstrategies-back-route.yaml deleted file mode 100644 index baaa353..0000000 --- a/examples/rhsm-canary/templates/dstrategies-back-route.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - name: {{ include "service.name" . }}-{{ .Release.Namespace }} - namespace: istio-system -spec: - host: {{ include "service.name" . }}-{{ .Release.Namespace }}-istio-system.apps.{{ .Values.domain }} - to: - kind: Service - name: istio-ingressgateway - tls: - termination: edge - insecureEdgeTerminationPolicy: Redirect - port: - targetPort: http2 \ No newline at end of file