update
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Configuration pour cert-manager-webhook-ovh
|
||||
# Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard
|
||||
# Chart officiel: https://artifacthub.io/packages/helm/cert-manager-webhook-ovh/cert-manager-webhook-ovh
|
||||
|
||||
cert-manager-webhook-ovh:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/aureq/cert-manager-webhook-ovh
|
||||
# image:
|
||||
# repository: ghcr.io/aureq/cert-manager-webhook-ovh
|
||||
|
||||
# Configuration du webhook
|
||||
groupName: acme.gkdomaine.fr
|
||||
@@ -13,6 +14,15 @@ cert-manager-webhook-ovh:
|
||||
certManager:
|
||||
# namespace in which your cert-manager is deployed
|
||||
namespace: cert-manager-ops
|
||||
# cert-manager serverAccount name (default: cert-manager)
|
||||
# cert-manager serviceAccount name (default: cert-manager)
|
||||
serviceAccountName: cert-manager-ops
|
||||
|
||||
# Resources
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user