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.
29 lines
683 B
29 lines
683 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/pharmacy/csi-phr-cron
|
|
|
|
replicas:
|
|
- name: csi-phr-cron
|
|
count: 1
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-phr-cron
|
|
newName: registry.cloudsolutions.com.sa/vida-uat/csi-phr-cron
|
|
newTag: 4.0.8.29_prod
|
|
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: csi-phr-cron
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: PHR_KAFKA.BOOTSTRAP-SERVERS
|
|
value: "172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092"
|