feat: disable auth for testing + config refactor (#44)
CI / CI (push) Successful in 15m46s

Co-authored-by: rock <[email protected]>
This commit was merged in pull request #44.
This commit is contained in:
2026-09-08 15:51:15 +00:00
committed by rock
parent 5fc9101888
commit 83a50844c5
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/component: config
data:
# Auth mode: jwt | apikey
MEM_AUTH_MODE: "jwt"
MEM_AUTH_MODE: "none"
# Rate limiting
MEM_RATE_LIMIT_INGEST: "100"
MEM_RATE_LIMIT_QUERY: "1000"