Update values PRD
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
replicaCount: 2
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
# Toutes les configurations destinées au chart Nextcloud
|
||||
# doivent être indentées sous la clé '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
|
||||
username: admin
|
||||
password: prd
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 2Gi
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 2Gi
|
||||
Reference in New Issue
Block a user