29 lines
459 B
YAML
29 lines
459 B
YAML
image:
|
|
repository: tccr.io/truecharts/flood
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.7.0@sha256:34598bb4d2fb99976c7474c5bc639163e773ae7575daeb13cc88041b3da8b4af
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
FLOOD_OPTION_RUNDIR: /data
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10036
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|