mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
nc add polling config
This commit is contained in:
@@ -36,6 +36,18 @@ spec:
|
||||
# memory: 128Mi
|
||||
nextcloud:
|
||||
host: drive.hensen.io
|
||||
configs:
|
||||
polling.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'trusted_domains' =>
|
||||
array (
|
||||
0 => 'drive.hensen.io',
|
||||
),
|
||||
'overwrite.cli.url' => 'https://drive.hensen.io',
|
||||
'overwritehost' => 'drive.hensen.io',
|
||||
'overwriteprotocol' => 'https',
|
||||
);
|
||||
ingress:
|
||||
enabled: true
|
||||
# className: nginx
|
||||
|
||||
Reference in New Issue
Block a user