Files
devops-infra-helm-charts-gcp/helm-overrides/k8s-shared-int-ase1/external-secrets/custom-values.yaml
T
2026-08-26 03:39:42 +05:30

50 lines
1.3 KiB
YAML

external-secrets:
replicaCount: 1
concurrent: 8
resources:
requests:
cpu: 100m
memory: 256Mi
# -- If set, install and upgrade CRDs through helm chart.
installCRDs: true
crds:
# -- If true, create CRDs for Cluster External Secret.
createClusterExternalSecret: true
# -- If true, create CRDs for Cluster Secret Store.
createClusterSecretStore: true
metrics:
service:
# -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
enabled: false
# -- Metrics service port to scrape
port: 8080
# -- Additional service annotations
annotations: {}
tolerations:
- effect: NoSchedule
key: cloud.google.com/compute-class
operator: Equal
value: cc-shared-devops-od
nodeSelector:
cloud.google.com/compute-class: cc-shared-devops-od
certController:
tolerations:
- effect: NoSchedule
key: cloud.google.com/compute-class
operator: Equal
value: cc-shared-devops-od
nodeSelector:
cloud.google.com/compute-class: cc-shared-devops-od
webhook:
tolerations:
- effect: NoSchedule
key: cloud.google.com/compute-class
operator: Equal
value: cc-shared-devops-od
nodeSelector:
cloud.google.com/compute-class: cc-shared-devops-od