- Change image path to match Gitea repository name - Fix container registry reference
17 lines
289 B
YAML
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
|
|
|