[flood] fix data dir (#185)

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-11-19 23:18:11 -05:00 committed by GitHub
parent 79e40ecd76
commit 8a2859285c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.1.1 appVersion: 4.1.1
description: Flood is a monitoring service for various torrent clients description: Flood is a monitoring service for various torrent clients
name: flood name: flood
version: 1.0.0 version: 1.0.1
keywords: keywords:
- flood - flood
- rtorrent - rtorrent

View File

@ -1,2 +1,7 @@
ingress: ingress:
enabled: true enabled: true
persistence:
data:
enabled: true
emptyDir: true
mountPath: /data

View File

@ -12,8 +12,10 @@ service:
port: port:
port: 3000 port: 3000
env: {} # Other environment variables that can be configure can be seen at
# TZ: UTC # https://github.com/jesec/flood/blob/master/config.cli.js
env:
FLOOD_OPTION_RUNDIR: /data
persistence: persistence:
data: data: