Files
truecharts/charts/stable/flood/values.yaml
T
renovate[bot] 03112f38f7 chore(deps): update non-major docker (#1507)
* chore(deps): update non-major docker

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-11 13:03:48 +01:00

31 lines
912 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/flood
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v4.7.0@sha256:758b454843dcade464111920afce72994ecdbcfac1f4cf167a55936cec2ad616
# -- environment variables. See more environment variables in the [flood documentation] (https://github.com/jesec/flood/blob/v4.6.0/config.ts)
# Note: The environmental variables are not case sensitive (e.g. FLOOD_OPTION_port=FLOOD_OPTION_PORT).
# @default -- See below
env:
# -- Where to store Flood's runtime files (eg. database)
FLOOD_OPTION_RUNDIR: /data
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10036
targetPort: 3000
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
data:
enabled: true
mountPath: "/data"