Skip to content

Commit

Permalink
Merge pull request #88 from jgilfoil/feature/vpn
Browse files Browse the repository at this point in the history
fixing not_routed_to_gateway address list
  • Loading branch information
jgilfoil authored Feb 29, 2024
2 parents 56928b1 + 39f54c7 commit 03bef46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/network/vpn-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
VPN_TRAFFIC_PORT: ${SECRET_VPN_GATEWAY_PORT}
# -- Traffic to these IPs will be sent through the K8S gateway
VPN_LOCAL_CIDRS: "10.69.0.0/16 10.96.0.0/16 192.168.1.0/24"
NOT_ROUTED_TO_GATEWAY_CIDRS: "10.0.0.0/8 10.96.0.0/16 192.168.0.0/24"
NOT_ROUTED_TO_GATEWAY_CIDRS: "10.69.0.0/16 10.96.0.0/16 192.168.0.0/24"

# -- 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
2 changes: 1 addition & 1 deletion kubernetes/apps/network/vpn-gateway/app/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: vpn-pod-gateway
name: vpn-gateway
namespace: network
labels:
app.kubernetes.io/instance: vpn-gateway
Expand Down

0 comments on commit 03bef46

Please sign in to comment.