20 lines
343 B
YAML
20 lines
343 B
YAML
image:
|
|
repository: tccr.io/truecharts/flood
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.7.0@sha256:758b454843dcade464111920afce72994ecdbcfac1f4cf167a55936cec2ad616
|
|
|
|
env:
|
|
FLOOD_OPTION_RUNDIR: /data
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10036
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|