42 lines
984 B
YAML
42 lines
984 B
YAML
crds:
|
|
# This option decides if the CRDs should be installed
|
|
# as part of the Helm installation.
|
|
enabled: true
|
|
|
|
# This option makes it so that the "helm.sh/resource-policy": keep
|
|
# annotation is added to the CRD. This will prevent Helm from uninstalling
|
|
# the CRD when the Helm release is uninstalled.
|
|
# WARNING: when the CRDs are removed, all cert-manager custom resources
|
|
# (Certificates, Issuers, ...) will be removed too by the garbage collector.
|
|
keep: true
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 32Mi
|
|
|
|
prometheus:
|
|
enabled: true
|
|
servicemonitor:
|
|
enabled: true
|
|
prometheusInstance: default
|
|
targetPort: 9402
|
|
path: /metrics
|
|
interval: 60s
|
|
scrapeTimeout: 30s
|
|
labels: {}
|
|
annotations: {}
|
|
honorLabels: false
|
|
endpointAdditionalProperties: {}
|
|
|
|
livenessProbe:
|
|
enabled: true
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 10
|
|
timeoutSeconds: 15
|
|
successThreshold: 1
|
|
failureThreshold: 8
|
|
|
|
startupapicheck:
|
|
enabled: false
|