mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[flood] fix data dir (#185)
This commit is contained in:
parent
79e40ecd76
commit
8a2859285c
@ -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
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: /data
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user