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:664870faeaef13f014db5292632458a4ee1c67295f1f19c44f2be6e9d8376295
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"