fix
This commit is contained in:
parent
45877b3f2d
commit
1724b8fa1b
@ -13,6 +13,12 @@ spec:
|
|||||||
contour:
|
contour:
|
||||||
certManager:
|
certManager:
|
||||||
certificates:
|
certificates:
|
||||||
|
platform-tls:
|
||||||
|
dnsNames:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-issuer-istio
|
||||||
|
kind: ClusterIssuer
|
||||||
minio-tls:
|
minio-tls:
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- minio.contour.infra.sarex.tech
|
- minio.contour.infra.sarex.tech
|
||||||
@ -81,6 +87,14 @@ spec:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
istio:
|
istio:
|
||||||
gateways:
|
gateways:
|
||||||
|
platform:
|
||||||
|
name: platform-gateway
|
||||||
|
namespace: gateway
|
||||||
|
servers:
|
||||||
|
- hosts:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
tls:
|
||||||
|
credentialName: platform-tls
|
||||||
minio:
|
minio:
|
||||||
name: minio-gateway
|
name: minio-gateway
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
@ -154,6 +168,18 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
credentialName: camunda-optimize-tls
|
credentialName: camunda-optimize-tls
|
||||||
virtualServices:
|
virtualServices:
|
||||||
|
platform:
|
||||||
|
name: sarex-frontend-virt-service
|
||||||
|
namespace: gateway
|
||||||
|
hosts:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
gateways:
|
||||||
|
- gateway/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: frontend-service.django.svc.cluster.local
|
||||||
|
port: 80
|
||||||
vault:
|
vault:
|
||||||
name: vault-virt-service
|
name: vault-virt-service
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user