From 6636f2dc68718e2be12fac212e78d00a38b26684 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Sep 2024 19:08:25 +0100 Subject: [PATCH] Changed proxy destination Signed-off-by: Marcus Noble --- manifests/auth-proxy/proxy.yaml | 2 +- manifests/proxy-civo/non-auth-proxy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index eb8fde2..496a75c 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -49,7 +49,7 @@ spec: imagePullPolicy: Always env: - name: PROXY_DESTINATION - value: talos.averagemarcus.github.beta.tailscale.net + value: talos.tail4dfb.ts.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..5d7c1ee 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -58,7 +58,7 @@ spec: imagePullPolicy: Always env: - name: PROXY_DESTINATION - value: talos.averagemarcus.github.beta.tailscale.net + value: talos.tail4dfb.ts.net - name: PORT value: "8080" - name: TS_AUTH_KEY