- Changed databases/postgresql to databases/postgresql-cnpg - This aligns with the standardized PostgreSQL setup - Fixes secret sync errors in mas namespace
20 lines
403 B
YAML
20 lines
403 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: mas
|
|
|
|
resources:
|
|
- ../../base
|
|
- resourcequota.yaml
|
|
- externalsecret.yaml
|
|
- ingress.yaml
|
|
|
|
commonLabels:
|
|
environment: production
|
|
|
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
|
images:
|
|
- name: gitea0213.kro.kr/bluemayne/mas
|
|
newTag: main-sha-004c30bfa872c37dd3da5ad8501589c415807da8
|
|
|