apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/notification/notynetbasenotification

patchesStrategicMerge:
- hpa.yaml


images:
- name: harbor.moh.gov.sa/vidamoh/csi-net-base-notifications
  newName: registry.cloudsolutions.com.sa/vida-qa/csi-net-base-notifications
  newTag: 4.1.0.46-a22_dev 

namespace: csi-uat

patchesJson6902:
- target:
    group: apps
    version: v1
    kind: Deployment
    name: csi-net-noty
  patch: |-
    - op: replace
      path: /spec/template/spec/containers/0/resources/limits/memory
      value: 1Gi
    - op: replace
      path: /spec/template/spec/containers/0/resources/limits/cpu
      value: 200m
    - 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