61 lines
1.8 KiB
YAML
61 lines
1.8 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
|
|
|
|
# -- Annotations to add to Pod
|
|
podAnnotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "8080"
|
|
prometheus.io/path: "/metrics"
|
|
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: cloud.google.com/compute-class
|
|
operator: Equal
|
|
value: e2-standard-4-datascience-devops-compute-class
|
|
nodeSelector:
|
|
cloud.google.com/compute-class: e2-standard-4-datascience-devops-compute-class
|
|
certController:
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: cloud.google.com/compute-class
|
|
operator: Equal
|
|
value: e2-standard-4-datascience-devops-compute-class
|
|
nodeSelector:
|
|
cloud.google.com/compute-class: e2-standard-4-datascience-devops-compute-class
|
|
podAnnotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "8080"
|
|
prometheus.io/path: "/metrics"
|
|
webhook:
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: cloud.google.com/compute-class
|
|
operator: Equal
|
|
value: e2-standard-4-datascience-devops-compute-class
|
|
nodeSelector:
|
|
cloud.google.com/compute-class: e2-standard-4-datascience-devops-compute-class
|
|
podAnnotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "8080"
|
|
prometheus.io/path: "/metrics" |