You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
425 B
19 lines
425 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/dms/dmsui
|
|
|
|
#patchesStrategicMerge:
|
|
#- patch-pod.yaml
|
|
|
|
replicas:
|
|
- name: csi-dms-ui
|
|
count: 2
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/dms-ui
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/dms-ui
|
|
newTag: 4.1.7.22_1 #4.1.7.20_2 #4.1.8.0_5 #4.1.7.14 #4.1.7.13 #4.1.7.10
|
|
|
|
namespace: csi-dev
|