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.5 KiB
64 lines
1.5 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/billing/bminvoiceui
|
|
|
|
resources:
|
|
- ../../../Sync-new/
|
|
|
|
#patchesStrategicMerge:
|
|
##- patch-pod.yaml
|
|
|
|
replicas:
|
|
- name: csi-bm-invoice-ui
|
|
count: 2
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/bm-invoice-ui
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/bm-invoice-ui
|
|
newTag: 4.2503.1_D5_dev #4.2503.1_D4_dev #4.2503.1_D2_dev #4.2503.1_D1_dev #4.3.239.0_qa #4.2502.1_D3_dev #4.3.232.0_qa #4.3.213.0_qa # 4.2411.1_D24-B1 #4.3.205.0_qa #4.2411.1_D17_dev #4.2411.1_D13_dev
|
|
|
|
namespace: csi-dev
|
|
patchesJson6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: .*
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-bm-invoice-ui"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PARENT_MODULE_NAME
|
|
value: "billing"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULE_NAME
|
|
value: "csi-bm-invoice-ui"
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-presync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-csi-bm-invoice-ui
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-postsync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: after-csi-bm-invoice-ui
|