Files
jovies/deploy/k8s/overlays/prod/kustomization.yaml
Mayne0213 0740504a0a FIX(app): fix SHA tag format
- Correct SHA tag generation
- Fix image tagging
2025-11-24 20:48:10 +09:00

20 lines
307 B
YAML

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