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.
64 lines
1.6 KiB
64 lines
1.6 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/pharmacy/phrbasejava
|
|
- ../../../DM-Initiator/
|
|
- post-sync.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-phr-base
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-phr-base
|
|
newTag: 4.2503_19_IR1_qa #4.2503_19_dev-b1_dev #4.2503_17_dev-b1_dev #4.2503_15_dev-b1_dev #4.2503_12_dev-b4_dev #4.2503_08_dev-b1_dev #4.2502_18_dev1_dev #4.2502_10_IR3_dev #4.2501_24_IR2_qa #"4.4.4.406-b1_dev" #4.4.4.399-b2 #4.2412_13_IR2_qa
|
|
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: before
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-phrbasejava
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULENAME
|
|
value: "csi-phr-base"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_DATA_VERSION
|
|
value: "4.2.15.0"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-phr-base"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULE_NAME
|
|
value: "csi-phr-base"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PARENT_MODULE_NAME
|
|
value: "pharmacy"
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: post
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: post-phrbasejava
|
|
namespace: moh-uat
|