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 interval: 5m
chart: chart:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://geek-cookbook.github.io/charts/
chart: pod-gateway chart: pod-gateway
version: 5.6.x version: 5.6.x
sourceRef: sourceRef:
@ -20,4 +20,12 @@ spec:
# See https://github.com/k8s-at-home/charts/blob/master/charts/pod-gateway/values.yaml # See https://github.com/k8s-at-home/charts/blob/master/charts/pod-gateway/values.yaml
values: values:
routed_namespaces: routed_namespaces:
- vpn - 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"