From 9f2b6b7493806d67ed17d7e4f7a41d94469b5869 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 13 Mar 2022 09:56:44 +0000 Subject: [PATCH] Added Mars 2 --- 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 36ce666..84838d1 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -17,6 +17,7 @@ spec: - printer.cluster.fun - ender3pro.printer.cluster.fun - flsunq5.printer.cluster.fun + - elegoomars2.printer.cluster.fun - radarr.cluster.fun - readarr.cluster.fun - sonarr.cluster.fun @@ -94,6 +95,16 @@ spec: name: auth-proxy port: name: http + - host: elegoomars2.printer.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: auth-proxy + port: + name: http - host: radarr.cluster.fun http: paths: