Files
todo/deploy/k8s/base/kustomization.yaml
Mayne0213 8105cb9acc FIX(app): fix image path mayne0213 to bluemayne
- Change image path to match Gitea repository name
- Fix container registry reference
2025-12-20 13:54:58 +09:00

17 lines
289 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- serviceaccount.yaml
commonLabels:
app.kubernetes.io/name: todo
app.kubernetes.io/component: web
images:
- name: gitea0213.kro.kr/bluemayne/todo
newTag: latest