# Cert-Manager Helm Values # Chart: https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager # Install CRDs with Helm installCRDs: true replicaCount: 2 resources: requests: cpu: 23m memory: 96Mi limits: memory: 96Mi webhook: replicaCount: 2 resources: requests: cpu: 23m memory: 96Mi limits: memory: 96Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/name: cert-manager-webhook topologyKey: kubernetes.io/hostname cainjector: replicaCount: 2 resources: requests: cpu: 23m memory: 192Mi limits: memory: 192Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/name: cert-manager-cainjector topologyKey: kubernetes.io/hostname # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/name: cert-manager topologyKey: kubernetes.io/hostname # Prometheus metrics prometheus: enabled: true servicemonitor: enabled: false