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: 2220b539ea9e6d61117bc72fe371b3544515e732
|