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.
40 lines
887 B
40 lines
887 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../base
|
|
|
|
patches:
|
|
# - hpa.yaml
|
|
# - post-delete.yaml
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-streaming-etl
|
|
newName: registry.cloudsolutions.com.sa/vida-prod/csi-streaming-etl
|
|
newTag: 4.1.1.43_7 #4.1.2.0_prod
|
|
|
|
namespace: csi-uat
|
|
patchesJson6902:
|
|
- target:
|
|
version: v1
|
|
kind: Namespace
|
|
name: moh-prod
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: csi-uat
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: csi-test
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/limits/memory
|
|
value: 100Mi
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/cpu
|
|
value: 2m
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/resources/requests/memory
|
|
value: 25Mi
|