Skip to content

Commit

Permalink
adjust pod-gateway to use defaults
Browse files Browse the repository at this point in the history
they mostly match the values i'm removed, with the exception of vxlan being 42 instead of 43 and the DNS having the .1 and .2 addresses instead of just .1
  • Loading branch information
jgilfoil committed Feb 28, 2024
1 parent d48643a commit f3cc27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/network/vpn-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
podAnnotations:
reloader.stakater.com/auto: "true"

DNS: 172.16.1.1
# DNS: 172.16.1.1

addons:
vpn:
Expand Down Expand Up @@ -116,8 +116,8 @@ spec:
# -- Traffic to these IPs will be sent through the K8S gateway
VPN_LOCAL_CIDRS: "10.0.0.0/8 192.168.1.0/24"
NOT_ROUTED_TO_GATEWAY_CIDRS: "10.0.0.0/8 192.168.0.0/24"
VXLAN_ID: 43
VXLAN_IP_NETWORK: 172.16.1
# VXLAN_ID: 43
# VXLAN_IP_NETWORK: 172.16.1

# -- settings to expose ports, usually through a VPN provider.
# NOTE: if you change it you will need to manually restart the gateway POD
Expand Down

0 comments on commit f3cc27e

Please sign in to comment.