diff --git a/manifests/auth-proxy/ingress.yaml b/manifests/auth-proxy/ingress.yaml index 54f6ce3..36ce666 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -15,6 +15,8 @@ spec: - code.cluster.fun - jackett.cluster.fun - printer.cluster.fun + - ender3pro.printer.cluster.fun + - flsunq5.printer.cluster.fun - radarr.cluster.fun - readarr.cluster.fun - sonarr.cluster.fun @@ -72,6 +74,26 @@ spec: name: auth-proxy port: name: http + - host: ender3pro.printer.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http + - host: flsunq5.printer.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http - host: radarr.cluster.fun http: paths: