33 lines
723 B
YAML
33 lines
723 B
YAML
# Configuration pour cert-manager-webhook-ovh
|
|
# GroupName pour le webhook (doit correspondre à celui du ClusterIssuer)
|
|
groupName: acme.gkdomaine.fr
|
|
|
|
# Namespace où installer le webhook
|
|
namespace: cert-manager-ops
|
|
|
|
# Image du webhook
|
|
# Note: Utilisez l'image officielle cert-manager-webhook-ovh si disponible
|
|
# Sinon, vous devrez peut-être construire l'image vous-même
|
|
image:
|
|
repository: quay.io/cert-manager-webhook-ovh/cert-manager-webhook-ovh
|
|
tag: "v1.0.0"
|
|
pullPolicy: IfNotPresent
|
|
|
|
# Ressources
|
|
resources:
|
|
requests:
|
|
memory: "64Mi"
|
|
cpu: "50m"
|
|
limits:
|
|
memory: "128Mi"
|
|
cpu: "200m"
|
|
|
|
# Réplicas
|
|
replicaCount: 1
|
|
|
|
# Node selector, tolerations, etc.
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|