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

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