generated from phoenix-oss/tenant-tpl
14 lines
No EOL
247 B
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 |