From e37783b29d21b5b1e704755d55359dddefcb9eb5 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 3 Feb 2025 13:31:49 -0500 Subject: [PATCH] add lb to vpn --- apps/vpn/server.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/vpn/server.yaml b/apps/vpn/server.yaml index 3934017..b525493 100644 --- a/apps/vpn/server.yaml +++ b/apps/vpn/server.yaml @@ -4,3 +4,5 @@ metadata: name: "richardson-vpn" spec: mtu: "1380" + serviceType: "LoadBalancer" + dns: "192.168.2.46"