Restructure d8-ugmk-prod kustomization to directly include infrastructure resources instead of nested directory.

This commit is contained in:
emelinda 2026-07-15 14:41:59 +03:00
parent ed80fd33e6
commit 8a350b4391
2 changed files with 10 additions and 10 deletions

View File

@ -1,9 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../infrastructure/kafka/d8-ugmk-prod
- ../../../infrastructure/rabbitmq/d8-ugmk-prod
- ../../../infrastructure/camunda/d8-ugmk-prod
- ../../../infrastructure/vault/d8-ugmk-prod
- ../../../infrastructure/postgresql/d8-ugmk-prod
- ../../../infrastructure/zitadel/d8-ugmk-prod

View File

@ -3,10 +3,19 @@ kind: Kustomization
resources:
- ./flux-system
- ./helm-repositories.yaml
- ./infrastructure
# infrastructure
- ../../infrastructure/kafka/d8-ugmk-prod
- ../../infrastructure/rabbitmq/d8-ugmk-prod
- ../../infrastructure/camunda/d8-ugmk-prod
- ../../infrastructure/vault/d8-ugmk-prod
- ../../infrastructure/postgresql/d8-ugmk-prod
- ../../infrastructure/zitadel/d8-ugmk-prod
- ../../infrastructure/istio-config/d8-ugmk-prod
- ./istio-ingress
- ./bootstrap-jobs
# apps
- ../../apps/attachments/d8-ugmk-prod
- ../../apps/control-interface/d8-ugmk-prod