From 888c08993f18a02bef7620d1e762add7db419c3b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Sep 2024 17:52:29 +0100 Subject: [PATCH] Revert proxy destination Signed-off-by: Marcus Noble --- manifests/auth-proxy/proxy.yaml | 3 +-- manifests/proxy-civo/non-auth-proxy.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index 4d99eeb..eb8fde2 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -49,8 +49,7 @@ spec: imagePullPolicy: Always env: - name: PROXY_DESTINATION - value: tail4dfb.ts.net - # value: talos.averagemarcus.github.beta.tailscale.net + value: talos.averagemarcus.github.beta.tailscale.net - name: PORT value: "8080" - name: TS_AUTH_KEY diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index 9d38ad5..4308385 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -58,8 +58,7 @@ spec: imagePullPolicy: Always env: - name: PROXY_DESTINATION - value: tail4dfb.ts.net - # value: talos.averagemarcus.github.beta.tailscale.net + value: talos.averagemarcus.github.beta.tailscale.net - name: PORT value: "8080" - name: TS_AUTH_KEY