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: