diff --git a/manifests/auth-proxy/ingress.yaml b/manifests/auth-proxy/ingress.yaml index 7144281..37a3c61 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -18,6 +18,7 @@ spec: - jackett.cluster.fun - printer.cluster.fun - radarr.cluster.fun + - readarr.cluster.fun - sonarr.cluster.fun - transmission.cluster.fun - tekton.cluster.fun @@ -103,6 +104,16 @@ spec: name: auth-proxy port: name: http + - host: readarr.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http - host: sonarr.cluster.fun http: paths: