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
493 B
19 lines
493 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/dms/dmsmiddleware
|
|
|
|
patchesStrategicMerge:
|
|
- patch-hpa.yaml
|
|
|
|
# replicas:
|
|
# - name: document-management-middleware
|
|
# count: 1
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/document-management-middleware
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/document-management-middleware
|
|
newTag: 4.1.2.16 #4.1.2.10 #4.1.2.9 #4.1.1.19-hf01
|
|
|
|
namespace: csi-dev
|