2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
FLOOD_AUTH: ""
|
|
|
|
UMASK: ""
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/qflood
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:9b75f4cc61225f5b0d0b9535d1f480a21d6e7d3f8b689b6ec8c770cd028f2e35
|
2022-07-22 20:19:45 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
hostportfor808:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
hostportfor808:
|
|
|
|
enabled: true
|
|
|
|
port: 8080
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8080
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 3000
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 3000
|