apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # No top-level `namespace:` override - every resource below (including # ingress-unified.yaml, which spans alaska and nearle) already sets its own # metadata.namespace explicitly. A blanket override here would silently # force cross-namespace resources into "core" and break their backend refs. resources: - core-namespace.yaml - core-secrets.yaml - core-config.yaml - worker-script.yaml - workers.yaml - worker-pdb.yaml - ingress-unified.yaml - traefik-middlewares.yaml