36 lines
615 B
YAML
36 lines
615 B
YAML
image:
|
|
repository: tccr.io/truecharts/focalboard
|
|
pullPolicy: IfNotPresent
|
|
tag: 7.10.0@sha256:29c40f19f78e0d17f6666173a9b6be56b99863e48f45b3034d247cb6b4d67ee8
|
|
|
|
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
|