core-deployments/cert-manager/values.yaml
Tom Neuber e00cc2d4dd
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
fix typos and file layout for yamllint
2024-10-07 09:19:54 +02:00

38 lines
708 B
YAML

---
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
prometheus:
servicemonitor:
enabled: true