Updated route
This commit is contained in:
parent
96a9f7d2a1
commit
c0283b1404
@ -3,21 +3,19 @@ kind: Route
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: catalogapi
|
app: catalogapi
|
||||||
name: catalog-public-route
|
name: catalog-public-route
|
||||||
spec:
|
spec:
|
||||||
host: __CatalogPublicHostName__
|
host: __CatalogPublicHostName__
|
||||||
port:
|
tls:
|
||||||
targetPort: 8080-tcp
|
caCertificate: |
|
||||||
tls:
|
__CaCertificate2__
|
||||||
caCertificate: |
|
certificate: |
|
||||||
__CaCertificate2__
|
__Certificate2__
|
||||||
certificate: |
|
key: |
|
||||||
__Certificate2__
|
__PrivateKey2__
|
||||||
key: |
|
termination: edge
|
||||||
__PrivateKey2__
|
to:
|
||||||
termination: edge
|
kind: Service
|
||||||
to:
|
name: catalogapi
|
||||||
kind: Service
|
weight: 100
|
||||||
name: catalogapi
|
wildcardPolicy: None
|
||||||
weight: 100
|
|
||||||
wildcardPolicy: None
|
|
Loading…
x
Reference in New Issue
Block a user