From 21053f89d07317b1c3713ad5f235f6cbdea486f1 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 18 Aug 2021 14:46:20 +0200 Subject: [PATCH] feat: remove authelia proxy on healthchecks --- cluster/apps/monitoring/healthchecks/helm-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/apps/monitoring/healthchecks/helm-release.yaml b/cluster/apps/monitoring/healthchecks/helm-release.yaml index 3c6d27190..c4389cfd4 100644 --- a/cluster/apps/monitoring/healthchecks/helm-release.yaml +++ b/cluster/apps/monitoring/healthchecks/helm-release.yaml @@ -57,8 +57,6 @@ spec: # ingressClassName: "traefik" annotations: kubernetes.io/ingress.class: "nginx" - nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" - nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" # traefik.ingress.kubernetes.io/router.entrypoints: "websecure" hosts: - host: "healthchecks.${SECRET_CLUSTER_DOMAIN}"