apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: towerops resources: - namespace.yaml - deployment.yaml - service.yaml - service-headless.yaml - poddisruptionbudget.yaml # certificate.yaml and ingressroute.yaml excluded - require cert-manager and Traefik CRDs # Apply those manually: kubectl apply -f k8s/certificate.yaml -f k8s/ingressroute.yaml