update dev

This commit is contained in:
2025-12-28 04:58:08 +01:00
parent 1292953825
commit fa160a9d17

View File

@@ -17,6 +17,19 @@ nextcloud:
host: nextcloud-dev.example.com host: nextcloud-dev.example.com
username: admin username: admin
password: dev password: dev
# AJOUTEZ CE BLOC : Autorise Kubernetes à interroger le pod
configs:
trusted_domains.config.php: |-
<?php
$CONFIG = array (
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'nextcloud-rct.example.com',
2 => '127.0.0.1',
),
);
persistence: persistence:
enabled: true enabled: true