31 lines
569 B
YAML
31 lines
569 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/hotio/rflood
|
|
tag: latest@sha256:99ed384bae637c881a3ae446b5f25907621b3ca11c18dd1ab67401bbb83926a3
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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"
|