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.
35 lines
762 B
35 lines
762 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/security/securityiamcache
|
|
|
|
# patches:
|
|
# - patch-hpa.yaml
|
|
|
|
replicas:
|
|
- name: jboss-infinispan-server
|
|
count: 1
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/jboss-infinispan-server
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server
|
|
newTag: 9.4.8.Final
|
|
|
|
patches:
|
|
- patch-hpa.yaml
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: StatefulSet
|
|
name: infinispan-server
|
|
namespace: moh-prod
|
|
patch: |
|
|
- op: add
|
|
path: /spec/template/spec/tolerations
|
|
value:
|
|
- key: "treat"
|
|
operator: "Equal"
|
|
value: "core"
|
|
effect: "NoSchedule"
|
|
|
|
namespace: csi-uat
|