tenant-demo/templates/image-server/route/http.yaml

14 lines
No EOL
247 B
YAML

apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: nginx
namespace: ${TENANT_NAMESPACE}
spec:
to:
kind: Service
name: nginx
port:
targetPort: 8080
tls:
termination: edge
insecureEdgeTerminationPolicy: Allow