Delete templates/image-server/route/http

This commit is contained in:
maximilian.bartz 2025-04-30 16:23:22 +00:00
parent 5cb9088078
commit 2eed2ca5cc

View file

@ -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