Update dev & prd
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
|
# Toutes les configurations destinées au chart Nextcloud
|
||||||
|
# doivent être indentées sous la clé 'nextcloud'
|
||||||
|
nextcloud:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
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
|
||||||
|
|
||||||
nextcloud:
|
|
||||||
host: nextcloud-dev.example.com
|
host: nextcloud-dev.example.com
|
||||||
username: admin
|
username: admin
|
||||||
password: dev
|
password: dev
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
# Toutes les configurations destinées au chart Nextcloud
|
# Toutes les configurations destinées au chart Nextcloud
|
||||||
# doivent être indentées sous la clé 'nextcloud'
|
# doivent être indentées sous la clé 'nextcloud'
|
||||||
nextcloud:
|
nextcloud:
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
# Note : Le chart Nextcloud officiel attend souvent
|
# Note : Le chart Nextcloud officiel attend souvent
|
||||||
# une structure spécifique pour l'ingress (hosts, path, etc.)
|
# une structure spécifique pour l'ingress (hosts, path, etc.)
|
||||||
annotations:
|
# annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user