prop/k8s/kustomization.yaml
2026-07-21 12:14:01 -05:00

17 lines
538 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# secret.yaml is applied out-of-band and is git-ignored (contains plaintext
# credentials). ArgoCD reconciles deployment.yaml etc. but does NOT manage the
# secret. Rotate secrets by applying secret.yaml with kubectl directly.
resources:
- namespace.yaml
- rbac.yaml
- deployment.yaml
- deployment-backfill.yaml
- deployment-grid-rs.yaml
- deployment-hrrr-point-rs.yaml
- service.yaml
- metrics-service.yaml
- hpa.yaml
- pdb.yaml
- network-policy.yaml