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.

53 lines
1.1 KiB

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/rms/rmsmorgueui
- ../../../DM-Initiator/
# patches:
# - hpa.yaml
replicas:
- name: csi-morgue-ui
count: 1
images:
- name: harbor.moh.gov.sa/vidamoh/morgue-ui
newName: registry.cloudsolutions.com.sa/vida-qa/csi-morgue-ui
newTag: 4.2502.0-D5_dev #4.2411.0-D10 #4.2411.0-D7 #4.2411.0-D6 #4.2411.0-D3 #4.2411.0-D2 #4.2411.0-D1 #4.10.4.0_prod #4.10.5.5_prod #4.10.1.0 #4.10.2.0 #4.10.1.0 #4.2.150.0
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-morgue-ui"
- target:
group: batch
version: v1
kind: Job
name: sync-presync
patch: |-
- op: replace
path: /metadata/name
value: before-csi-morgue-ui
- target:
group: batch
version: v1
kind: Job
name: sync-postsync
patch: |-
- op: replace
path: /metadata/name
value: after-csi-morgue-ui