From c3ae274afdad1556a3cba4c3e5c88289f1037b48 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 11 Mar 2022 20:01:31 +0000 Subject: [PATCH] Updated printer proxy --- manifests/auth-proxy/ingress.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: