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' # doivent être indentées sous la clé 'nextcloud'
nextcloud: nextcloud:
replicaCount: 1 replicaCount: 1
# 1. Indispensable pour que Traefik crée la règle de routage
# Configuration Réseau / Traefik
ingress: ingress:
enabled: true enabled: true
# Note : Le chart Nextcloud officiel attend souvent className: traefik
# une structure spécifique pour l'ingress (hosts, path, etc.) path: /
# annotations: pathType: Prefix
# kubernetes.io/ingress.class: nginx hosts:
# Vérifiez la documentation du chart Nextcloud pour les détails exacts : - nextcloud-dev.example.com
# https://github.com/nextcloud/helm/tree/main/charts/nextcloud
# Configuration de l'application
nextcloud: nextcloud:
host: nextcloud-dev.example.com host: nextcloud-dev.example.com
username: admin username: admin

View File

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