diff --git a/UAT/pharmacy/csi-phr-base/kustomization.yaml b/UAT/pharmacy/csi-phr-base/kustomization.yaml index 2cd3575..63b3608 100644 --- a/UAT/pharmacy/csi-phr-base/kustomization.yaml +++ b/UAT/pharmacy/csi-phr-base/kustomization.yaml @@ -27,6 +27,16 @@ patchesJson6902: value: name: phr.kafka.bootstrap-servers value: "172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092" + - op: add + path: /spec/template/spec/containers/0/env/- + value: + name: kafka.numPartitions + value: "3" + - op: add + path: /spec/template/spec/containers/0/env/- + value: + name: kafka.replicationFactor + value: "3" - target: group: batch