update values dev & rct
This commit is contained in:
@@ -12,9 +12,10 @@ nextcloud:
|
|||||||
# Vérifiez la documentation du chart Nextcloud pour les détails exacts :
|
# Vérifiez la documentation du chart Nextcloud pour les détails exacts :
|
||||||
# https://github.com/nextcloud/helm/tree/main/charts/nextcloud
|
# https://github.com/nextcloud/helm/tree/main/charts/nextcloud
|
||||||
|
|
||||||
host: nextcloud-dev.example.com
|
nextcloud:
|
||||||
username: admin
|
host: nextcloud-dev.example.com
|
||||||
password: dev
|
username: admin
|
||||||
|
password: dev
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,13 +1,22 @@
|
|||||||
replicaCount: 1
|
# Toutes les configurations destinées au chart Nextcloud
|
||||||
|
# doivent être indentées sous la clé 'nextcloud'
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
host: nextcloud-rct.example.com
|
replicaCount: 1
|
||||||
username: admin
|
|
||||||
password: rct
|
|
||||||
|
|
||||||
persistence:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 1Gi
|
# 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
|
||||||
|
|
||||||
|
nextcloud:
|
||||||
|
host: nextcloud-rct.example.com
|
||||||
|
username: admin
|
||||||
|
password: rct
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
size: 1Gi
|
||||||
Reference in New Issue
Block a user