add cert-manager
This commit is contained in:
33
helm/cert-manager/dev/values.yaml
Normal file
33
helm/cert-manager/dev/values.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
# Configuration pour cert-manager
|
||||
cert-manager:
|
||||
# Installation de cert-manager
|
||||
installCRDs: true
|
||||
|
||||
# Configuration des images depuis Harbor
|
||||
image:
|
||||
registry: harbor.gkdomaine.local
|
||||
repository: images/cert-manager-controller
|
||||
tag: v1.19.2
|
||||
|
||||
webhook:
|
||||
image:
|
||||
registry: harbor.gkdomaine.local
|
||||
repository: images/cert-manager-webhook
|
||||
tag: v1.19.2
|
||||
|
||||
cainjector:
|
||||
image:
|
||||
registry: harbor.gkdomaine.local
|
||||
repository: images/cert-manager-cainjector
|
||||
tag: v1.19.2
|
||||
|
||||
# Configuration de sécurité
|
||||
securityContext:
|
||||
enabled: true
|
||||
|
||||
# Prometheus metrics
|
||||
prometheus:
|
||||
enabled: true
|
||||
servicemonitor:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user