++ add istio-config for vad with self-signed tls
This commit is contained in:
parent
f051fd67b8
commit
d2df6afaa4
@ -12,3 +12,4 @@ resources:
|
|||||||
- ../../infrastructure/kafka/vad
|
- ../../infrastructure/kafka/vad
|
||||||
- ../../infrastructure/camunda/vad
|
- ../../infrastructure/camunda/vad
|
||||||
- ../../infrastructure/zitadel/vad
|
- ../../infrastructure/zitadel/vad
|
||||||
|
- ../../infrastructure/istio-config/vad
|
||||||
|
|||||||
106
infrastructure/istio-config/vad/istio-config.yaml
Normal file
106
infrastructure/istio-config/vad/istio-config.yaml
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: istio-config
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
dependsOn: []
|
||||||
|
interval: 5m
|
||||||
|
timeout: 10m
|
||||||
|
values:
|
||||||
|
global:
|
||||||
|
env: vad
|
||||||
|
environments:
|
||||||
|
vad:
|
||||||
|
istio:
|
||||||
|
gateways:
|
||||||
|
platform:
|
||||||
|
name: platform-gateway
|
||||||
|
namespace: default
|
||||||
|
selector:
|
||||||
|
istio: ingressgateway
|
||||||
|
servers:
|
||||||
|
- hosts:
|
||||||
|
- "*.sarex.vadroad.ru"
|
||||||
|
- sarex.vadroad.ru
|
||||||
|
- sarex-stamp-verification.vadroad.ru
|
||||||
|
tls:
|
||||||
|
credentialName: istio-ingress-tls
|
||||||
|
virtualServices:
|
||||||
|
zitadel:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- login.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
||||||
|
port: 8080
|
||||||
|
camunda-operate:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- camunda.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: camunda-operate.camunda.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
camunda-identity:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- camunda-identity.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: camunda-identity.camunda.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
camunda-keycloak:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- camunda-keycloak.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: camunda-keycloak.camunda.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
camunda-optimize:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- camunda-optimize.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: camunda-optimize.camunda.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
camunda-tasklist:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- camunda-tasklist.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: camunda-tasklist.camunda.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
rabbitmq:
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- rabbitmq.sarex.vadroad.ru
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: rabbitmq.rabbitmq.svc.cluster.local
|
||||||
|
port: 15672
|
||||||
6
infrastructure/istio-config/vad/kustomization.yaml
Normal file
6
infrastructure/istio-config/vad/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../base
|
||||||
|
patches:
|
||||||
|
- path: istio-config.yaml
|
||||||
Loading…
Reference in New Issue
Block a user