From 089aef13d3776091b0bdc1b1e888c1a8e3e01bfa Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 13 Nov 2021 09:04:09 +0000 Subject: [PATCH] Added readarr ingress 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 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: