Files
argocd/helm/cert-manager-webhook-ovh/ops/values.yaml
2026-01-21 23:36:25 +01:00

32 lines
833 B
YAML

# 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:
# Version de la configuration (requis par le chart)
configVersion: v1
replicaCount: 1
# image:
# repository: ghcr.io/aureq/cert-manager-webhook-ovh
# Configuration du webhook
groupName: acme.gkdomaine.fr
certManager:
# namespace in which your cert-manager is deployed
namespace: cert-manager-ops
# cert-manager serviceAccount name (default: cert-manager)
serviceAccountName: cert-manager-ops
# Resources
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi