Files
todo/deploy/k8s/overlays/dev/kustomization.yaml
Mayne0213 47c415439f FEAT(app): add Vault SecretStore for todo-dev
- Add SecretStore configuration
- Enable Vault integration
2025-12-12 15:28:27 +09:00

23 lines
424 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: todo-dev
resources:
- ../../base
- resourcequota.yaml
- namespace.yaml
- secretstore.yaml
- externalsecret.yaml
commonLabels:
environment: development
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: develop-sha-430ec8255b5afa16943e8dc63525f8042b282d61
patchesStrategicMerge:
- deployment-patch.yaml