30 lines
551 B
YAML
30 lines
551 B
YAML
env:
|
|
FLOOD_AUTH: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/rflood
|
|
tag: latest@sha256:f02d9bfc78cbc9b7f8d68ee2bbe73b5098f3fc683d915d7ae24448666937f161
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|