update webhook
This commit is contained in:
@@ -1,34 +1,15 @@
|
||||
# Configuration pour cert-manager-webhook-ovh
|
||||
# Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard
|
||||
|
||||
replicaCount: 1
|
||||
cert-manager-webhook-ovh:
|
||||
replicaCount: 1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
# Configuration du webhook
|
||||
groupName: acme.gkdomaine.fr
|
||||
|
||||
# Configuration du webhook
|
||||
groupName: acme.gkdomaine.fr
|
||||
|
||||
# RBAC
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: cert-manager-webhook-ovh
|
||||
|
||||
# Service
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 443
|
||||
|
||||
# Pod annotations
|
||||
podAnnotations: {}
|
||||
|
||||
# Node selector, tolerations, etc.
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
certManager:
|
||||
# namespace in which your cert-manager is deployed
|
||||
namespace: cert-manager-ops
|
||||
# cert-manager serverAccount name (default: cert-manager)
|
||||
serviceAccountName: cert-manager-ops
|
||||
|
||||
|
||||
Reference in New Issue
Block a user