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.
54 lines
1.1 KiB
54 lines
1.1 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/him/csi-him-ui
|
|
|
|
#patches:
|
|
#- patch-pod.yaml
|
|
- ../../../DM-Initiator/
|
|
|
|
replicas:
|
|
- name: csi-him-ui
|
|
count: 1
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/him-ui
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-him-ui
|
|
newTag: 4.1.191.19-hf12_prod_hf #4.1.191.31-b28_qa #4.1.191.31-b27_qa #4.1.191.31-b2 #4.1.191.31_b1 #4.1.191.19_prod
|
|
|
|
namespace: csi-uat
|
|
|
|
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-him-ui"
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-presync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-csi-him-ui
|
|
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: sync-postsync
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: after-csi-him-ui
|
|
|