added task dump krawl data and adjusted configuration files

This commit is contained in:
carnivuth
2026-02-05 17:26:06 +01:00
parent 5c9918e29b
commit 7621932602
7 changed files with 113 additions and 1 deletions

View File

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

View File

@@ -84,6 +84,9 @@ config:
token_tries: 10
dashboard:
secret_path: null # Auto-generated if not set, or set to "/my-secret-dashboard"
backups:
path: "backups"
cron: "*/30 * * * *"
exports:
path: "exports"
database: