12 lines
235 B
YAML
12 lines
235 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
images:
|
|
- name: image_name
|
|
newName: gitea.scubbo.org/scubbo/blogcontent
|
|
newTag: 373abbe1a61187d54a1f3a0163133c0023743f5b
|