2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/focalboard
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-05-03 11:25:46 +00:00
|
|
|
tag: 7.10.0@sha256:29c40f19f78e0d17f6666173a9b6be56b99863e48f45b3034d247cb6b4d67ee8
|
2021-07-01 18:26:22 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
env: {}
|
|
|
|
|
2022-02-24 23:49:53 +00:00
|
|
|
focalboard:
|
|
|
|
serverRoot: "http://localhost:10072"
|
|
|
|
telemetry: false
|
|
|
|
localOnly: false
|
|
|
|
enableLocalMode: true
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10072
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
persistence:
|
2022-02-24 23:49:53 +00:00
|
|
|
uploads:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2022-02-24 23:49:53 +00:00
|
|
|
mountPath: "/uploads"
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: focalboard
|
|
|
|
postgresqlDatabase: focalboard
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|