30 lines
569 B
YAML
30 lines
569 B
YAML
focalboard:
|
|
enableLocalMode: true
|
|
localOnly: false
|
|
serverRoot: http://localhost:10072
|
|
telemetry: false
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: mattermost/focalboard
|
|
tag: 7.11.4@sha256:c935a2879dc7bcb8243a562afea21a30edbb6dbe029b53a9c0ae7ab4b3255c54
|
|
persistence:
|
|
uploads:
|
|
enabled: true
|
|
mountPath: /uploads
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
database: focalboard
|
|
user: focalboard
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10072
|