This commit is contained in:
2026-01-21 23:34:38 +01:00
parent ac1e9ed701
commit 682fe3b8e1
6 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
dependencies:
- name: cert-manager-webhook-ovh
repository: oci://harbor.gkdomaine.local/charts
version: 0.8.0
digest: sha256:0ec3c996a9fd87c65e12ad1c8e11025356f74de0baab91ab501b82edb73203b2
generated: "2026-01-21T23:31:45.4372447+01:00"

View File

@@ -3,4 +3,8 @@ name: cert-manager-webhook-ovh
description: Webhook OVH pour cert-manager (DNS-01 challenge)
type: application
version: 1.0.0
dependencies:
- name: cert-manager-webhook-ovh
version: 0.8.0
repository: oci://harbor.gkdomaine.local/charts

View File

@@ -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