add webhook ovh

This commit is contained in:
2026-01-21 22:55:38 +01:00
parent b125232ec0
commit 9affd7959c
16 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Configuration pour cert-manager-webhook-ovh
# Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard
image:
repository: harbor.gkdomaine.local/images/cert-manager-webhook-ovh
tag: "v0.6.1"
pullPolicy: IfNotPresent
replicaCount: 1
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
# 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: {}