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