Files
jovies/deploy/k8s/overlays/dev/kustomization.yaml
Mayne0213 ce5894d2be CHORE(app): switch to Gitea container registry
- Migrate from ghcr.io to Gitea registry
- Update image references
2025-12-20 12:29:16 +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-be01ba679bb808ae818affd205b2194a42e67103
patchesStrategicMerge:
- deployment-patch.yaml