32 lines
508 B
YAML
32 lines
508 B
YAML
image:
|
|
repository: tccr.io/truecharts/rflood
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:43e4e5cf81418d6288d53565c5d20267e4adf76614290da1ea363819f0c8d769
|
|
|
|
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
|