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