Some checks failed
scrum-manager/pipeline/head There was a failure building this commit
34 lines
689 B
YAML
34 lines
689 B
YAML
# 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
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
- ingress.yaml
|
|
|
|
patches:
|
|
- path: mysql-pvc-patch.yaml
|
|
target:
|
|
kind: PersistentVolumeClaim
|
|
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 |