Files
jovies/deploy/k8s/overlays/dev/kustomization.yaml
Mayne0213 673921be5c REFACTOR(auth): use gitearegistry secret
- Change to gitearegistry secret for authentication
- Update registry credentials
2025-12-20 13:04:10 +09:00

21 lines
383 B
YAML

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