diff --git a/roles/openshift/imagestream/templates/route.yml b/roles/openshift/imagestream/templates/route.yml deleted file mode 100644 index e6d4e009fc..0000000000 --- a/roles/openshift/imagestream/templates/route.yml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v1 -kind: Route -metadata: - name: {{ routename }} - labels: - app: {{ app }} -spec: - {% if host is defined %} - host: {{ host }} - {% endif %} - port: - targetPort: {{ serviceport }} - to: - kind: Service - name: {{ servicename }} - tls: - termination: edge - insecureEdgeTerminationPolicy: Redirect