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.
30 lines
716 B
30 lines
716 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/pharmacy/csi-phr-cron
|
|
|
|
# resources:
|
|
# - post-sync.yaml
|
|
|
|
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.22_prod #4.0.8.22-b2 #4.0.8.11_qa #4.0.7.0 #4.0.6.3 #4.0.5.0 #4.0.3.0 #4.0.2.0 #4.0.1.0
|
|
namespace: csi-uat
|
|
|
|
#patchesJSON6902:
|
|
# - target:
|
|
# group: batch
|
|
# version: v1
|
|
# kind: Job
|
|
# name: post
|
|
# patch: |-
|
|
# - op: replace
|
|
# path: /metadata/name
|
|
# value: post-csi-phr-cron
|
|
# namespace: moh-uat
|