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: