27 lines
526 B
YAML
27 lines
526 B
YAML
env:
|
|
FLOOD_AUTH: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/rflood
|
|
tag: latest@sha256:d0b6da54899ff0580bea934d5638e9f887217b72935eb668958cf4391e747fcd
|
|
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
|