From d00db0052d8121066e77c49967c14e02bf248b7c Mon Sep 17 00:00:00 2001 From: Solon Date: Sat, 19 Oct 2024 17:17:30 +0100 Subject: [PATCH] Removes vxclan spec --- kubernetes/infra/pod-gateway/pod-gateway/app/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/infra/pod-gateway/pod-gateway/app/release.yaml b/kubernetes/infra/pod-gateway/pod-gateway/app/release.yaml index 60cb627d..ed323b01 100644 --- a/kubernetes/infra/pod-gateway/pod-gateway/app/release.yaml +++ b/kubernetes/infra/pod-gateway/pod-gateway/app/release.yaml @@ -91,8 +91,8 @@ spec: settings: VPN_INTERFACE: "tun0" - VXLAN_ID: "45" - VXLAN_IP_NETWORK: "192.168.2" + # VXLAN_ID: "45" + # VXLAN_IP_NETWORK: "192.168.2" VPN_BLOCK_OTHER_TRAFFIC: "true" VPN_TRAFFIC_PORT: *vpn_port DNS_LOCAL_CIDRS: "10.0.0.0/8 192.168.0.0/16"