diff --git a/templates/image-server/route/http b/templates/image-server/route/http deleted file mode 100644 index f73ccf6..0000000 --- a/templates/image-server/route/http +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - name: nginx - namespace: ${TENANT_NAMESPACE} -spec: - to: - kind: Service - name: nginx - port: - targetPort: http - tls: - termination: edge - insecureEdgeTerminationPolicy: Allow \ No newline at end of file