update rct & dev
This commit is contained in:
@@ -2,16 +2,17 @@
|
||||
# doivent être indentées sous la clé 'nextcloud'
|
||||
nextcloud:
|
||||
replicaCount: 1
|
||||
|
||||
# 1. Indispensable pour que Traefik crée la règle de routage
|
||||
# Configuration Réseau / Traefik
|
||||
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
|
||||
className: traefik
|
||||
path: /
|
||||
pathType: Prefix
|
||||
hosts:
|
||||
- nextcloud-dev.example.com
|
||||
|
||||
# Configuration de l'application
|
||||
nextcloud:
|
||||
host: nextcloud-dev.example.com
|
||||
username: admin
|
||||
|
||||
Reference in New Issue
Block a user