38 lines
709 B
YAML
38 lines
709 B
YAML
|
namespace: cert-manager
|
||
|
replicaCount: 3
|
||
|
installCRDs: true
|
||
|
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
|
||
|
prometheus:
|
||
|
servicemonitor:
|
||
|
enabled: true
|