32 lines
508 B
YAML
32 lines
508 B
YAML
image:
|
|
repository: tccr.io/truecharts/rflood
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:2d55a8ab78ba024b754a8b365f5af841e8d5150c4fd434febbd5442f5d242bfb
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
FLOOD_AUTH: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
enabled: true
|