FIX(authelia): configure OIDC claims and scopes

- Remove groups scope (not provided by Authelia)
- Add claims_policy for preferred_username
- Remove sub from claims_policy (standard claim)
This commit is contained in:
2026-01-09 20:10:36 +09:00
parent fa4521e946
commit 5f9573133e
4 changed files with 11 additions and 96 deletions

View File

@@ -8,10 +8,10 @@ replicaCount: 2
resources:
requests:
cpu: 5m # Reduced from 20m based on actual usage (1m)
memory: 64Mi
memory: 128Mi
limits:
# cpu: removed to prevent throttling
memory: 64Mi
memory: 128Mi
# 동시 실행 제한
concurrent: 3
@@ -29,10 +29,10 @@ webhook:
resources:
requests:
cpu: 2m # Reduced from 10m based on actual usage (1m)
memory: 64Mi
memory: 128Mi
limits:
# cpu: removed to prevent throttling
memory: 64Mi
memory: 128Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity: