added http route

This commit is contained in:
maximilian.bartz 2025-04-30 17:47:18 +02:00
parent 241d06efd4
commit 26244b5df8
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,14 @@
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