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