31 lines
569 B
YAML
31 lines
569 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/hotio/rflood
|
|
tag: latest@sha256:41e77825fbbc1e0d46e92ce0ef7b741767b855e753b09896c27acb146e8e7ae6
|
|
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"
|