@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
commonLabels:
|
||||
app: "infrastructure-example"
|
||||
cluster: "clank-prod"
|
||||
|
||||
namespace: "prod"
|
||||
|
||||
replicas:
|
||||
- name: "infrastructure-example"
|
||||
count: 3
|
||||
|
||||
images:
|
||||
- name: "deployment"
|
||||
newName: "infrastructure-example"
|
||||
newTag: "something"
|
Reference in New Issue
Block a user