From 1a869c1fadb041e59c6c1f8844c760851a4948d5 Mon Sep 17 00:00:00 2001 From: auricom Date: Tue, 20 Apr 2021 10:59:25 +0200 Subject: [PATCH] fix: remove authelia from rook-ceph ingress --- cluster/core/infrastructure/rook-ceph/dashboard/ingress.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/core/infrastructure/rook-ceph/dashboard/ingress.yaml b/cluster/core/infrastructure/rook-ceph/dashboard/ingress.yaml index 03f111b87..cf3b04a27 100644 --- a/cluster/core/infrastructure/rook-ceph/dashboard/ingress.yaml +++ b/cluster/core/infrastructure/rook-ceph/dashboard/ingress.yaml @@ -7,8 +7,6 @@ metadata: annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/backend-protocol: "HTTP" - 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}/" labels: app.kubernetes.io/instance: rook-ceph-mgr-dashboard app.kubernetes.io/name: rook-ceph-mgr-dashboard