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.
28 lines
803 B
28 lines
803 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/notification/notyexternalservices
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-net-ext
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-vidaplus-external #172.15.100.214:5000/csi-vidaplus-external
|
|
newTag: 4.0.0.32-a3_dev #4.0.0.32-a2_dev #4.0.0.31_dev #4.0.0.30_dev #4.0.0.28 #4.0.0.27_dev #4.0.0.26_dev #4.0.0.25 #4.0.0.24 #4.0.0.18 #4.0.0.14 #4.0.0.11 #4.0.0.8 #4.0.0.7 #4.0.0.6 #4.0.4.2-hf3
|
|
|
|
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: csi-net-ext
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/template/spec/nodeName
|
|
value: uat1-k8swrk-01
|