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.
38 lines
1.3 KiB
38 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/empi/empiwritedotnet
|
|
|
|
patchesStrategicMerge:
|
|
- patch-hpa.yaml
|
|
|
|
replicas:
|
|
- name: csi-net-empiwrit
|
|
count: 1
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-empi-patient-registration-srv
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-empi-patient-registration-srv
|
|
newTag: 4.2.64.0-b39_qa #4.2.37.34_prod #4.2.36.15_prod #4.2.37.34_prod #4.2.37.29_prod #4.2.37.22-a7 #4.2.37.22-a5 #4.2.37.22-a4 #4.2.37.22-a3 #4.2.37.22-a2 #4.2.37.22-a1 #4.2.37.21 #4.2.37.20 #4.2.37.19 #4.2.37.18 #4.2.37.17 #4.2.37.16-a1 #4.2.37.16 #4.2.37.14-a1 #4.2.37.14 #4.2.37.13-a3 #4.2.37.13-a2 #4.2.37.13-a1 #4.2.37.7 #4.2.37.6 #4.2.37.4 #4.2.37.3 #4.2.37.2 #4.2.37.1 #4.2.25.0-hf7 #4.2.25.0-hf6 #4.2.25.0-hf5 #4.2.25.0-hf4 #4.2.25.0-hf3 #4.2.25.0 #4.2.13.1 #4.2.13.0-hf6
|
|
|
|
namespace: csi-uat
|
|
|
|
namePrefix: old-
|
|
|
|
patches:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: csi-net-empiwrit
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/limits/memory
|
|
value: 3Gi
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/cpu
|
|
value: 50m
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/memory
|
|
value: 750Mi
|