iac/clusters/d8-ugmk-prod/kustomization.yaml
emelinda 2f33a4bdb3 refactor(d8-ugmk-prod): move istio-config to per-cluster overlay
Relocated `istio-config` from `clusters/d8-ugmk-prod/infrastructure` into `infrastructure/istio-config/d8-ugmk-prod` overlay. Updated kustomization files to reference the new overlay structure. Removed unused patches and flattened resource definitions.
2026-07-15 12:09:49 +03:00

17 lines
489 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./flux-system
- ./helm-repositories.yaml
# 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
- ./bootstrap-jobs