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: a02c2d3e34c4fdb393622da425b09a6050d515a8
|