diff --git a/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml index ede2778..b19add0 100644 --- a/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml +++ b/UAT/ehr/csi-ehr-common-scheduler-java-sev/kustomization.yaml @@ -22,6 +22,11 @@ patchesJson6902: kind: Deployment name: csi-ehr-common-scheduler patch: |- + -op: add + path: /spec/template/spec/containers/0/env/- + value: + name: app.url.service-name + value: "csi-java-ehr-common-scheduler" - op: replace path: /spec/template/spec/containers/0/resources/limits/memory value: 1Gi