From 8a2859285cb896284f7adcd04e6591e30ce5fd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Thu, 19 Nov 2020 23:18:11 -0500 Subject: [PATCH] [flood] fix data dir (#185) --- charts/flood/Chart.yaml | 2 +- charts/flood/ci/ct-values.yaml | 5 +++++ charts/flood/values.yaml | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/flood/Chart.yaml b/charts/flood/Chart.yaml index 34530fcd..d3f70451 100644 --- a/charts/flood/Chart.yaml +++ b/charts/flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.1.1 description: Flood is a monitoring service for various torrent clients name: flood -version: 1.0.0 +version: 1.0.1 keywords: - flood - rtorrent diff --git a/charts/flood/ci/ct-values.yaml b/charts/flood/ci/ct-values.yaml index f6ccc628..d8d4f8c9 100644 --- a/charts/flood/ci/ct-values.yaml +++ b/charts/flood/ci/ct-values.yaml @@ -1,2 +1,7 @@ ingress: enabled: true +persistence: + data: + enabled: true + emptyDir: true + mountPath: /data diff --git a/charts/flood/values.yaml b/charts/flood/values.yaml index bac41dfa..19aad1a9 100644 --- a/charts/flood/values.yaml +++ b/charts/flood/values.yaml @@ -12,8 +12,10 @@ service: port: port: 3000 -env: {} - # TZ: UTC +# Other environment variables that can be configure can be seen at +# https://github.com/jesec/flood/blob/master/config.cli.js +env: + FLOOD_OPTION_RUNDIR: /data persistence: data: