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
876 B
38 lines
876 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/empi/empiwritedotnet
|
|
|
|
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
|
|
|
|
namespace: csi-uat
|
|
|
|
namePrefix: old-
|
|
|
|
patchesJson6902:
|
|
- 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
|
|
|