40 lines
677 B
YAML
40 lines
677 B
YAML
# 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: {}
|
|
|