From f027c5075b4ecbe4275a2e73fc4fb35a8da60a23 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 13 Nov 2021 09:27:13 +0000 Subject: [PATCH] Updated proxies Signed-off-by: Marcus Noble --- manifests/auth-proxy/ingress.yaml | 22 ---------------------- manifests/auth-proxy/non-auth-proxy.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/manifests/auth-proxy/ingress.yaml b/manifests/auth-proxy/ingress.yaml index 37a3c61..54f6ce3 100644 --- a/manifests/auth-proxy/ingress.yaml +++ b/manifests/auth-proxy/ingress.yaml @@ -13,8 +13,6 @@ spec: - downloads.cluster.fun - argo.cluster.fun - code.cluster.fun - - adguard.cluster.fun - - podify.cluster.fun - jackett.cluster.fun - printer.cluster.fun - radarr.cluster.fun @@ -54,26 +52,6 @@ spec: name: auth-proxy port: name: http - - host: adguard.cluster.fun - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: auth-proxy - port: - name: http - - host: podify.cluster.fun - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: auth-proxy - port: - name: http - host: jackett.cluster.fun http: paths: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index c87c044..b4761c3 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -227,6 +227,7 @@ spec: tls: - hosts: - home.cluster.fun + - podify.cluster.fun secretName: non-auth-proxy-ingress rules: - host: home.cluster.fun @@ -239,3 +240,13 @@ spec: name: non-auth-proxy port: name: http + - host: podify.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: non-auth-proxy + port: + name: http