TrueChartsClone/charts/incubator/focalboard/values.yaml

29 lines
600 B
YAML

image:
repository: mattermost/focalboard
pullPolicy: IfNotPresent
tag: 7.11.4@sha256:c935a2879dc7bcb8243a562afea21a30edbb6dbe029b53a9c0ae7ab4b3255c54
securityContext:
readOnlyRootFilesystem: false
env: {}
focalboard:
serverRoot: "http://localhost:10072"
telemetry: false
localOnly: false
enableLocalMode: true
service:
main:
ports:
main:
port: 10072
persistence:
uploads:
enabled: true
mountPath: "/uploads"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: focalboard
postgresqlDatabase: focalboard
portal:
enabled: true