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
537 B
29 lines
537 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/integration/csiiedm
|
|
|
|
patches:
|
|
- patch-hpa.yaml
|
|
|
|
|
|
replicas:
|
|
- name: csi-ie-dm
|
|
count: 1
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-ie-dm
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ie-dm
|
|
newTag: 4.0.0.15
|
|
|
|
namespace: csi-uat
|
|
patches:
|
|
- target:
|
|
version: v1
|
|
kind: Namespace
|
|
name: moh-prod
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: csi-perf
|