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
511 B
19 lines
511 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/base/formbuilderui
|
|
|
|
#patchesStrategicMerge:
|
|
#- patch-pod.yaml
|
|
|
|
replicas:
|
|
- name: csi-form-builder-ui
|
|
count: 2
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/form-builder-ui
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi.uif.admin.ui
|
|
newTag: 4.1.331.0-alpha.8 #4.1.331.0-alpha.7 #4.1.332.0_prod #4.1.331.0-alpha.7 #4.1.331.0-beta.23_qa #4.1.331.0-alpha.7
|
|
|
|
namespace: csi-dev
|