- to production mode with P... - Disabled dev mode - Added standalone mode with PostgreSQL storage backend - Connected to postgresql-cnpg cluster (vault database) - Added environment variable for PostgreSQL password from secret - Increased resource limits (cpu: 100m, memory: 256Mi)
13 lines
469 B
YAML
13 lines
469 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
|
|
# - argocd/vault.yaml
|
|
# - argocd/vault-secrets.yaml
|
|
|
|
# External Secrets integration
|
|
# ServiceAccount is managed by external-secrets Helm chart
|
|
- cluster-secret-store.yaml
|
|
- vault-postgres-secret.yaml
|
|
# vault-config-job.yaml은 삭제됨 (민감한 정보 포함으로 인해 .md 파일로 대체) |