Specify some settings for vpn-gateway helm

This commit is contained in:
SeanOMik 2023-04-05 16:23:04 -04:00
parent bf9e3763f4
commit ea3121fb3c
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
# renovate: registryUrl=https://geek-cookbook.github.io/charts/
chart: pod-gateway
version: 5.6.x
sourceRef:
@ -21,3 +21,11 @@ spec:
values:
routed_namespaces:
- vpn
settings:
# Route internal K8s and local home traffic in to the defaullt K8S gateway
NOT_ROUTED_TO_GATEWAY_CIDRS: "172.22.0.0/12 192.168.87.0/24"
VPN_LOCAL_CIDRS: "172.22.0.0/12 192.168.87.0/24"
# Use a different VXLAN network segment that does not conflict with the above
VXLAN_IP_NETWORK: "192.123.242.0/24"