core-deployments/cert-manager/values.yaml

38 lines
704 B
YAML
Raw Normal View History

2024-05-27 18:40:34 +02:00
namespace: cert-manager
replicaCount: 3
podDisruptionBudget:
enabled: true
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
ingressShim:
defaultIssuerName: letsencrypt-prod
defaultIssuerKind: ClusterIssuer
defaultIssuerGroup: cert-manager.io
webhook:
replicaCount: 3
podDisruptionBudget:
enabled: true
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
cainjector:
replicaCount: 3
podDisruptionBudget:
enabled: true
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
crds:
enabled: true
keep: true
2024-05-27 18:40:34 +02:00
prometheus:
servicemonitor:
enabled: true