Migrate Istio configurations for brusnika-stage cluster, adding routes for vs-srx-admin-frontend and updating kustomization.yaml.
This commit is contained in:
parent
734e9ffc41
commit
8ed2c6f73b
@ -290,6 +290,7 @@ spec:
|
||||
- zitadel.test.sarex.brusnika.tech
|
||||
tls:
|
||||
credentialName: zitadel-tls
|
||||
|
||||
virtualServices:
|
||||
camunda-identity-vs:
|
||||
namespace: camunda
|
||||
@ -458,6 +459,8 @@ spec:
|
||||
prefix: /
|
||||
service: nginx-service.global-ingress.svc.cluster.local
|
||||
port: 80
|
||||
|
||||
|
||||
jupyter-vs:
|
||||
namespace: jupyter
|
||||
hosts:
|
||||
@ -494,6 +497,7 @@ spec:
|
||||
prefix: /
|
||||
service: kubernetes-dashboard-brusnika.kubernetes-dashboard.svc.cluster.local
|
||||
port: 9090
|
||||
|
||||
minio-vs:
|
||||
namespace: minio
|
||||
hosts:
|
||||
@ -512,6 +516,7 @@ spec:
|
||||
prefix: /
|
||||
service: minio-svc.minio.svc.cluster.local
|
||||
port: 9000
|
||||
|
||||
superset-vs:
|
||||
namespace: superset
|
||||
hosts:
|
||||
@ -530,6 +535,7 @@ spec:
|
||||
prefix: /
|
||||
service: superset.superset.svc.cluster.local
|
||||
port: 8088
|
||||
|
||||
vault-vs:
|
||||
namespace: vault
|
||||
hosts:
|
||||
@ -548,6 +554,7 @@ spec:
|
||||
prefix: /
|
||||
service: vault-vault-contour.vault.svc.cluster.local
|
||||
port: 8200
|
||||
|
||||
zitadel-vs:
|
||||
namespace: zitadel
|
||||
hosts:
|
||||
@ -566,3 +573,56 @@ spec:
|
||||
prefix: /
|
||||
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
||||
port: 8080
|
||||
|
||||
# ---- Migrated from ugok snapshot (batch 1) ----
|
||||
# vs-bimv2-api:
|
||||
# namespace: gateway
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - gateway/main-gateway
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /bimv2/api/
|
||||
# rewrite: /api/
|
||||
# service: backend-service.bim.svc.cluster.local
|
||||
# port: 8000
|
||||
# # NOTE: contracts has no brusnika-stage deployment yet — service is a best-guess
|
||||
# vs-contracts-api:
|
||||
# namespace: gateway
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - gateway/main-gateway
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /contracts/api/
|
||||
# rewrite: /api/
|
||||
# service: backend-service.contracts.svc.cluster.local
|
||||
# port: 8000
|
||||
vs-srx-admin-frontend:
|
||||
namespace: gateway
|
||||
hosts:
|
||||
- test.sarex.brusnika.tech
|
||||
gateways:
|
||||
- gateway/main-gateway
|
||||
routes:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /control-interface/
|
||||
rewrite: /
|
||||
service: srx-admin-svc.django.svc.cluster.local
|
||||
port: 8080
|
||||
# vs-gk:
|
||||
# namespace: django
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - gateway/main-gateway
|
||||
# routes:
|
||||
# - path:
|
||||
# prefix: /
|
||||
# service: gatekeeper-service
|
||||
# port: 80
|
||||
|
||||
@ -4,7 +4,7 @@ resources:
|
||||
- ./flux-system
|
||||
- ./helm-repositories.yaml
|
||||
- ./infrastructure
|
||||
- ./test-service.yaml
|
||||
|
||||
- ../../apps/mapper/brusnika-stage
|
||||
- ../../apps/control-interface/brusnika-stage
|
||||
- ../../apps/django/brusnika-stage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user