Relocate patches from clusters/d8-ugmk-prod/infrastructure/patches into infrastructure/<module>/d8-ugmk-prod/ overlays (base + patches), matching the apps/<app>/<cluster> and existing yc-k8s-test layout. clusters/d8-ugmk-prod/infrastructure/kustomization.yaml now just references the kafka, rabbitmq, camunda, vault, postgresql and zitadel overlays, with no patches block. The patches/ directory is removed. No rendered change: HelmRelease, namespace patches are preserved 1:1.
10 lines
369 B
YAML
10 lines
369 B
YAML
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
|