generated from phoenix-oss/tenant-tpl
forgot yaml extension
This commit is contained in:
parent
47716185a0
commit
5cb9088078
1 changed files with 14 additions and 0 deletions
14
templates/image-server/route/http.yaml
Normal file
14
templates/image-server/route/http.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue