From 9778f79845ab7697ca1d9276afde7439941a84eb Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 14 Apr 2026 21:02:01 -0500 Subject: [PATCH] =?UTF-8?q?Configure=20per-worker=20VPN=20endpoints:=20tx2?= =?UTF-8?q?53=E2=86=92US-TX#253,=20tx34=E2=86=92US-TX#34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- servers/legion/k8s/fornax/worker/base/deployment.yaml | 4 ++-- .../fornax/worker/overlays/worker-tx253/kustomization.yaml | 6 ++++++ .../fornax/worker/overlays/worker-tx34/kustomization.yaml | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/servers/legion/k8s/fornax/worker/base/deployment.yaml b/servers/legion/k8s/fornax/worker/base/deployment.yaml index 22f7c6f..4e2215e 100644 --- a/servers/legion/k8s/fornax/worker/base/deployment.yaml +++ b/servers/legion/k8s/fornax/worker/base/deployment.yaml @@ -72,9 +72,9 @@ spec: name: fornax-worker-WORKER_ID-secrets key: PROTONVPN_PRIVATE_KEY - name: WIREGUARD_PUBLIC_KEY - value: qT0lxDVbWEIyrL2A40FfCXRlUALvnryRz2aQdD6gUDs= + value: PLACEHOLDER_PUBLIC_KEY - name: WIREGUARD_ENDPOINT_IP - value: 89.187.180.40 + value: PLACEHOLDER_ENDPOINT_IP - name: WIREGUARD_ENDPOINT_PORT value: "51820" - name: WIREGUARD_ADDRESSES diff --git a/servers/legion/k8s/fornax/worker/overlays/worker-tx253/kustomization.yaml b/servers/legion/k8s/fornax/worker/overlays/worker-tx253/kustomization.yaml index ebf34c8..2d4780b 100644 --- a/servers/legion/k8s/fornax/worker/overlays/worker-tx253/kustomization.yaml +++ b/servers/legion/k8s/fornax/worker/overlays/worker-tx253/kustomization.yaml @@ -23,6 +23,12 @@ patches: - op: replace path: /spec/template/spec/containers/0/env/2/valueFrom/secretKeyRef/name value: fornax-worker-tx253-secrets + - op: replace + path: /spec/template/spec/containers/0/env/3/value + value: mngiSxBpH7GU24nnWdBEcnhDnCPn2jq5+ZP3zwPwISA= + - op: replace + path: /spec/template/spec/containers/0/env/4/value + value: 95.173.217.29 - op: replace path: /spec/template/spec/containers/1/env/1/value value: tx253 diff --git a/servers/legion/k8s/fornax/worker/overlays/worker-tx34/kustomization.yaml b/servers/legion/k8s/fornax/worker/overlays/worker-tx34/kustomization.yaml index e5d1c75..e996f46 100644 --- a/servers/legion/k8s/fornax/worker/overlays/worker-tx34/kustomization.yaml +++ b/servers/legion/k8s/fornax/worker/overlays/worker-tx34/kustomization.yaml @@ -23,6 +23,12 @@ patches: - op: replace path: /spec/template/spec/containers/0/env/2/valueFrom/secretKeyRef/name value: fornax-worker-tx34-secrets + - op: replace + path: /spec/template/spec/containers/0/env/3/value + value: wqJcz4akzVFxx35aJ5B7G/IJ9qsRvpcGNub3rLHcqXo= + - op: replace + path: /spec/template/spec/containers/0/env/4/value + value: 146.70.58.130 - op: replace path: /spec/template/spec/containers/1/env/1/value value: tx34