Skip to content

Commit

Permalink
Add cluster_cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
cbirkenbeul committed Dec 2, 2024
1 parent 8261e2f commit 48a1bba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions k3s-cluster/apps/default/nextcloud/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ spec:
$CONFIG = array (
'trusted_proxies' => array(
0 => '127.0.0.1',
1 => '${SERVICE_CIDR}',
1 => '${CLUSTER_CIDR}',
2 => '${SERVICE_CIDR}',
),
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
); ?>
misc.config.php: |-
<?php
$CONFIG = array (
'default_phone_region' => 'CA',
'default_phone_region' => 'DE',
'maintenance_window_start' => 2,
); ?>
internalDatabase:
Expand Down

0 comments on commit 48a1bba

Please sign in to comment.