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