Updated route

This commit is contained in:
Tim McCarthy 2020-02-26 22:35:54 -08:00
parent 96a9f7d2a1
commit c0283b1404

View File

@ -3,12 +3,10 @@ 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
tls:
caCertificate: | caCertificate: |
__CaCertificate2__ __CaCertificate2__
certificate: | certificate: |
@ -16,8 +14,8 @@ tls:
key: | key: |
__PrivateKey2__ __PrivateKey2__
termination: edge termination: edge
to: to:
kind: Service kind: Service
name: catalogapi name: catalogapi
weight: 100 weight: 100
wildcardPolicy: None wildcardPolicy: None