From 22d07c1526a1aeee437742793236b2e657caa328 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 9 Apr 2022 10:26:09 +0000 Subject: [PATCH] Added lidarr link --- 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 84838d1..d1804ae 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -21,6 +21,7 @@ spec: - radarr.cluster.fun - readarr.cluster.fun - sonarr.cluster.fun + - lidarr.cluster.fun - transmission.cluster.fun - tekton.cluster.fun secretName: auth-proxy-ingress @@ -135,6 +136,16 @@ spec: name: auth-proxy port: name: http + - host: lidarr.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http - host: transmission.cluster.fun http: paths: