delete wildcard
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
# 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
|
||||
# Image officielle depuis GitHub Container Registry (maintenue par baarde)
|
||||
image:
|
||||
repository: ghcr.io/baarde/cert-manager-webhook-ovh
|
||||
tag: "v0.6.1"
|
||||
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