2026-08-23 00:01:30 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: poimen
|
2026-09-13 11:12:53 +09:00
|
|
|
|
2026-08-23 00:01:30 -07:00
|
|
|
resources:
|
|
|
|
|
- deployment.yaml
|
|
|
|
|
- service.yaml
|
2026-09-13 11:12:53 +09:00
|
|
|
- config.yaml # Production config (SOPS-encrypted)
|
|
|
|
|
# config.local.yaml # Optional: plaintext local/dev overrides
|
|
|
|
|
|
2026-09-08 05:34:17 +00:00
|
|
|
generators:
|
|
|
|
|
- secret-generator.yaml
|