update rct & dev

This commit is contained in:
2025-12-28 04:55:56 +01:00
parent 639e1d5e44
commit 1292953825
2 changed files with 12 additions and 16 deletions

View File

@@ -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

View File

@@ -10,13 +10,13 @@ nextcloud:
path: /
pathType: Prefix
hosts:
- nextcloud-prd.example.com
- nextcloud-rct.example.com
# Configuration de l'application
nextcloud:
host: nextcloud-prd.example.com
host: nextcloud-rct.example.com
username: admin
password: prd
password: rct
# AJOUTEZ CE BLOC : Autorise Kubernetes à interroger le pod
configs:
@@ -26,16 +26,11 @@ nextcloud:
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'nextcloud-prd.example.com',
1 => 'nextcloud-rct.example.com',
2 => '127.0.0.1',
),
);
# # nextcloud:
# host: nextcloud-prd.example.com
# username: admin
# password: prd
persistence:
enabled: true
size: 1Gi