Update values PRD
This commit is contained in:
@@ -1,13 +1,21 @@
|
|||||||
replicaCount: 2
|
# Toutes les configurations destinées au chart Nextcloud
|
||||||
|
# doivent être indentées sous la clé 'nextcloud'
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
replicaCount: 2
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
# Note : Le chart Nextcloud officiel attend souvent
|
||||||
|
# une structure spécifique pour l'ingress (hosts, path, etc.)
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
|
# Vérifiez la documentation du chart Nextcloud pour les détails exacts :
|
||||||
|
# https://github.com/nextcloud/helm/tree/main/charts/nextcloud
|
||||||
|
|
||||||
host: nextcloud-prd.example.com
|
host: nextcloud-prd.example.com
|
||||||
username: admin
|
username: admin
|
||||||
password: prd
|
password: prd
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 2Gi
|
size: 2Gi
|
||||||
Reference in New Issue
Block a user