Add Kustomization and ScaledObject for pharmacy UI deployment

main
Ishrath Ahamed 1 month ago
parent 1d95b2c76b
commit db89c25452

@ -26,7 +26,7 @@ patchesJson6902:
path: /spec/template/spec/containers/0/env/-
value:
name: CSI_PROJECT_NAME
value: "pharmacy-ui"
value: "phr-pharmacygui"
- target:
group: batch
@ -36,7 +36,7 @@ patchesJson6902:
patch: |-
- op: replace
path: /metadata/name
value: before-pharmacy-ui
value: before-phr-pharmacygui
- target:
group: batch
@ -46,4 +46,4 @@ patchesJson6902:
patch: |-
- op: replace
path: /metadata/name
value: after-pharmacy-ui
value: after-phr-pharmacygui
Loading…
Cancel
Save