update dev
This commit is contained in:
@@ -18,6 +18,19 @@ nextcloud:
|
|||||||
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
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
Reference in New Issue
Block a user