main
Ishrath Ahamed 2 months ago
parent 0200e23c41
commit ee8001fd5a

@ -3,8 +3,8 @@ kind: Kustomization
resources: resources:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/security/securityiamcache - https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/security/securityiamcache
# patchesStrategicMerge: patchesStrategicMerge:
# - patch-hpa.yaml - patch-hpa.yaml
replicas: replicas:
- name: jboss-infinispan-server - name: jboss-infinispan-server
@ -14,20 +14,20 @@ images:
newName: registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server newName: registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server
newTag: 9.4.8.Final newTag: 9.4.8.Final
# patches: patches:
# - target: - target:
# group: apps group: apps
# version: v1 version: v1
# kind: StatefulSet kind: StatefulSet
# name: infinispan-server name: infinispan-server
# namespace: moh-prod namespace: moh-prod
# patch: | patch: |
# - op: add - op: add
# path: /spec/template/spec/tolerations path: /spec/template/spec/tolerations
# value: value:
# - key: "treat" - key: "treat"
# operator: "Equal" operator: "Equal"
# value: "core" value: "core"
# effect: "NoSchedule" effect: "NoSchedule"
namespace: csi-uat namespace: csi-uat

Loading…
Cancel
Save