From e2ab609918b10e0593c07c54e4a03fb6378b141b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 26 Mar 2024 08:31:15 +0000 Subject: [PATCH] Added external url for changedetection Signed-off-by: Marcus Noble --- manifests/auth-proxy/ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/auth-proxy/ingress.yaml b/manifests/auth-proxy/ingress.yaml index fa1b784..cb95659 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -25,6 +25,7 @@ spec: - prowlarr.cluster.fun - transmission.cluster.fun - tekton.cluster.fun + - changedetection.cluster.fun secretName: auth-proxy-ingress rules: - host: downloads.cluster.fun @@ -177,3 +178,13 @@ spec: name: auth-proxy port: name: http + - host: changedetection.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http