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.

48 lines
1.3 KiB

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/notification/notynetbasetemplate
patchesStrategicMerge:
- hpa.yaml
images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-message-templates
newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-message-templates #172.15.100.214:5000/csi-net-base-message-templates
newTag: 4.0.15.0_qa #4.0.13.0_dev #4.0.11.0 #4.0.9.0_dev #4.0.8.0 #4.0.7.0 #4.0.1.0 #44.0.5.0 #4.0.1.0
namespace: csi-uat
# Dont Delete below patchJson part-this need to run noti-external service
patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: csi-net-noty-msgtempl
patch: |
- op: add
path: /spec/template/spec/containers/0/volumeMounts
value:
- name: volume-csi-net-ext
mountPath: /app/certs/
readOnly: true
# - name: volume-csi-net-appdb
# mountPath: /data
# readOnly: true
- op: add
path: /spec/template/spec/volumes
value:
- name: volume-csi-net-ext
secret:
secretName: secret-csi-net-ext
# - name: volume-csi-net-appdb
# hostPath:
# path: /home/noti/data
# type: Directory
# - op: add
# path: /spec/template/spec/nodeName
# value: csi-uat-wrk-02