36 lines
669 B
YAML
36 lines
669 B
YAML
env:
|
|
FLOOD_AUTH: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/qflood
|
|
tag: latest@sha256:45ebb42f14e31a2c0f7d24e7b5c1067e76c9b9dcf63ac7d1fb570aafba1f8109
|
|
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:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|