add ovh
This commit is contained in:
32
helm/cert-manager-webhook-ovh/ops/values.yaml
Normal file
32
helm/cert-manager-webhook-ovh/ops/values.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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: {}
|
||||
|
||||
Reference in New Issue
Block a user