From a075d33e6e20a3718a19c61225048345dd2657bd Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 19 Nov 2023 13:21:05 +0000 Subject: [PATCH] Remove home ingress Signed-off-by: Marcus Noble --- manifests/auth-proxy/internal-proxy.yaml | 2 -- manifests/auth-proxy/non-auth-proxy.yaml | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/manifests/auth-proxy/internal-proxy.yaml b/manifests/auth-proxy/internal-proxy.yaml index fe68065..3b56d2e 100644 --- a/manifests/auth-proxy/internal-proxy.yaml +++ b/manifests/auth-proxy/internal-proxy.yaml @@ -9,8 +9,6 @@ data: mapping.json: | { "tekton-el.auth-proxy.svc": "tekton-el.cluster.local", - "home.auth-proxy.svc": "home.cluster.local", - "home.cluster.fun": "home.cluster.local", "vmcluster.auth-proxy.svc": "vmcluster.cluster.local", "loki.auth-proxy.svc": "loki-write.cluster.local", "loki.auth-proxy.svc:80": "loki-write.cluster.local", diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 58900bf..5cd0690 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -176,21 +176,21 @@ spec: ingressClassName: nginx tls: - hosts: - - home.cluster.fun + # - home.cluster.fun - tasks.cluster.fun - api.tasks.cluster.fun secretName: non-auth-proxy-ingress rules: - - host: home.cluster.fun - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: non-auth-proxy - port: - name: http + # - host: home.cluster.fun + # http: + # paths: + # - path: / + # pathType: ImplementationSpecific + # backend: + # service: + # name: non-auth-proxy + # port: + # name: http - host: tasks.cluster.fun http: paths: