FIX(umami): remove SSO and use default login

- Remove disableLogin setting from helm values
- Remove Authelia middleware from ingress
This commit is contained in:
2026-01-10 17:32:35 +09:00
parent b4ae36ae61
commit a2e882853e
2 changed files with 1 additions and 8 deletions

View File

@@ -26,11 +26,6 @@ envFrom:
- secretRef:
name: umami-password
# Disable login (using Authelia for authentication)
umami:
disableLogin: "1"
removeDisableLoginEnv: false
ingress:
enabled: false # Will use our main ingress

View File

@@ -73,14 +73,12 @@ spec:
port:
number: 3000
---
# Protected Ingress - Dashboard (Authelia SSO required)
# Protected Ingress - Dashboard
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: umami-ingress
namespace: umami
annotations:
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
spec:
ingressClassName: traefik
tls: