Files
truecharts/charts/stable/rflood/values.yaml
T

30 lines
589 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/hotio/rflood
tag: latest@sha256:82dace74107df76ec646dab75474f85009dc5eb2cfc8dde90db0f914c6421be7
persistence:
config:
enabled: true
mountPath: /config
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3000
protocol: http
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
FLOOD_AUTH: "false"