29 lines
536 B
YAML
29 lines
536 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/hotio/rflood
|
|
tag: latest@sha256:18b327cc71d3bd387374cd0ab7a68981bc6502502c68e01b267f4277fe2001c8
|
|
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"
|