From 99d6735566a8bd0314edaf7d3833c50288913fb1 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 25 Apr 2025 07:53:19 +0200 Subject: [PATCH] Added podgrab external URL Signed-off-by: Marcus Noble --- manifests/auth-proxy/auth-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/auth-proxy/auth-ingress.yaml b/manifests/auth-proxy/auth-ingress.yaml index f8cb6ac..3dbcbbb 100644 --- a/manifests/auth-proxy/auth-ingress.yaml +++ b/manifests/auth-proxy/auth-ingress.yaml @@ -27,6 +27,7 @@ spec: - tekton.cluster.fun - changedetection.cluster.fun - grafana.cluster.fun + - podgrab.cluster.fun secretName: auth-proxy-ingress rules: - host: downloads.cluster.fun @@ -199,3 +200,13 @@ spec: name: tailscale-proxy port: name: auth + - host: podgrab.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: auth