add cert-manager to core-deployments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-05-27 18:40:34 +02:00
parent ae12bc6b0e
commit 44ca237d98
Signed by: tom
GPG key ID: F17EFE4272D89FF6
3 changed files with 97 additions and 0 deletions

37
cert-manager/values.yaml Normal file
View file

@ -0,0 +1,37 @@
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