Update dev & prd
This commit is contained in:
@@ -1,13 +1,21 @@
|
|||||||
replicaCount: 1
|
# Toutes les configurations destinées au chart Nextcloud
|
||||||
|
# doivent être indentées sous la clé 'nextcloud'
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
replicaCount: 1
|
||||||
|
|
||||||
|
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-dev.example.com
|
host: nextcloud-dev.example.com
|
||||||
username: admin
|
username: admin
|
||||||
password: dev
|
password: dev
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
@@ -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