added export config parameter in helm configmap

This commit is contained in:
carnivuth
2026-02-03 15:26:58 +01:00
parent 5786457567
commit 226e389604
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ data:
token_tries: {{ .Values.config.canary.token_tries }}
dashboard:
secret_path: {{ .Values.config.dashboard.secret_path | toYaml }}
exports:
path: {{ .Values.config.exports.path | quote }}
database:
path: {{ .Values.config.database.path | quote }}
retention_days: {{ .Values.config.database.retention_days }}

View File

@@ -84,6 +84,8 @@ config:
token_tries: 10
dashboard:
secret_path: null # Auto-generated if not set, or set to "/my-secret-dashboard"
exports:
path: "exports"
database:
path: "data/krawl.db"
retention_days: 30