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.
19 lines
462 B
19 lines
462 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/base/facadpatientsnapshot
|
|
|
|
patchesStrategicMerge:
|
|
- patch-hpa.yaml
|
|
|
|
# replicas:
|
|
# - name: csi-patient-snapshot-java-sev
|
|
# count: 2
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-patient-snapshot-java-sev
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-patient-snapshot-java-sev
|
|
newTag: V1.0.1_PERF
|
|
|
|
namespace: csi-dev
|