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.
17 lines
489 B
YAML
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
|