51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
# This is your custom values.yaml file for cert-manager
|
|
# It will override the defaults in the official Helm chart.
|
|
|
|
# Explicitly disable Helm hook-based CRD installation (Recommended for Argo CD)
|
|
installCRDs: true
|
|
crds:
|
|
enabled: true
|
|
# --- Add any other custom Helm values below ---
|
|
|
|
# Example: If you run Prometheus Operator and want ServiceMonitors:
|
|
prometheus:
|
|
enabled: true
|
|
servicemonitor:
|
|
enabled: true
|
|
# namespace: monitoring # Optional: specify namespace if different
|
|
|
|
# Example: Adjust resources if needed
|
|
# replicaCount: 1
|
|
# global:
|
|
# logLevel: 2 # Increase log verbosity (1=info, 2=debug)
|
|
# webhook:
|
|
# resources:
|
|
# requests:
|
|
# cpu: 15m
|
|
# memory: 40Mi
|
|
# cainjector:
|
|
# resources:
|
|
# requests:
|
|
# cpu: 15m
|
|
# memory: 40Mi
|
|
|
|
# Example: Use a different image registry if needed
|
|
# image:
|
|
# repository: quay.io/jetstack/cert-manager-controller
|
|
# tag: "" # Let the chart decide the tag based on targetRevision
|
|
# pullPolicy: IfNotPresent
|
|
# webhook:
|
|
# image:
|
|
# repository: quay.io/jetstack/cert-manager-webhook
|
|
# tag: ""
|
|
# pullPolicy: IfNotPresent
|
|
# cainjector:
|
|
# image:
|
|
# repository: quay.io/jetstack/cert-manager-cainjector
|
|
# tag: ""
|
|
# pullPolicy: IfNotPresent
|
|
# startupapicheck:
|
|
# image:
|
|
# repository: quay.io/jetstack/cert-manager-ctl
|
|
# tag: ""
|
|
# pullPolicy: IfNotPresent |