kustomisation patch
Some checks failed
scrum-manager/pipeline/head There was a failure building this commit
Some checks failed
scrum-manager/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,9 +1,22 @@
|
|||||||
|
# apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
# kind: Kustomization
|
||||||
|
|
||||||
|
# resources:
|
||||||
|
# - ../../base
|
||||||
|
# - mysql-pv.yaml
|
||||||
|
# - ingress.yaml
|
||||||
|
|
||||||
|
# patches:
|
||||||
|
# - path: mysql-pvc-patch.yaml
|
||||||
|
# target:
|
||||||
|
# kind: PersistentVolumeClaim
|
||||||
|
# name: mysql-data-pvc
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- mysql-pv.yaml
|
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
@@ -11,3 +24,11 @@ patches:
|
|||||||
target:
|
target:
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: mysql-data-pvc
|
name: mysql-data-pvc
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: scrum-frontend
|
||||||
|
newName: 192.168.108.200:80/library/scrum-frontend
|
||||||
|
newTag: latest
|
||||||
|
- name: scrum-backend
|
||||||
|
newName: 192.168.108.200:80/library/scrum-backend
|
||||||
|
newTag: latest
|
||||||
Reference in New Issue
Block a user