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.4 KiB
64 lines
1.4 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/ehr/ehrcommonjava
|
|
- ../../../DM-Initiator/
|
|
|
|
patchesStrategicMerge:
|
|
- patch-hpa.yaml
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-common-java-sev
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-common-java-sev
|
|
newTag: 4.2501_21_IR4_qa
|
|
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
kind: Deployment
|
|
name: csi-ehr-common
|
|
version: v1
|
|
patch: |
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/limits/memory
|
|
value: 1.5Gi
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/cpu
|
|
value: 50m
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/memory
|
|
value: 256Mi
|
|
|
|
- target:
|
|
group: batch
|
|
kind: Job
|
|
name: .*
|
|
version: v1
|
|
patch: |
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-ehr-common-java-sev"
|
|
|
|
- target:
|
|
group: batch
|
|
kind: Job
|
|
name: sync-presync
|
|
version: v1
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-csi-ehr-common-java-sev
|
|
|
|
- target:
|
|
group: batch
|
|
kind: Job
|
|
name: sync-postsync
|
|
version: v1
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: after-csi-ehr-common-java-sev |