fix
This commit is contained in:
parent
45877b3f2d
commit
1724b8fa1b
@ -13,6 +13,12 @@ spec:
|
||||
contour:
|
||||
certManager:
|
||||
certificates:
|
||||
platform-tls:
|
||||
dnsNames:
|
||||
- sarex.contour.infra.sarex.tech
|
||||
issuerRef:
|
||||
name: letsencrypt-issuer-istio
|
||||
kind: ClusterIssuer
|
||||
minio-tls:
|
||||
dnsNames:
|
||||
- minio.contour.infra.sarex.tech
|
||||
@ -81,6 +87,14 @@ spec:
|
||||
kind: ClusterIssuer
|
||||
istio:
|
||||
gateways:
|
||||
platform:
|
||||
name: platform-gateway
|
||||
namespace: gateway
|
||||
servers:
|
||||
- hosts:
|
||||
- sarex.contour.infra.sarex.tech
|
||||
tls:
|
||||
credentialName: platform-tls
|
||||
minio:
|
||||
name: minio-gateway
|
||||
namespace: gateway
|
||||
@ -154,6 +168,18 @@ spec:
|
||||
tls:
|
||||
credentialName: camunda-optimize-tls
|
||||
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:
|
||||
name: vault-virt-service
|
||||
namespace: gateway
|
||||
|
||||
Loading…
Reference in New Issue
Block a user