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
|
2022-04-29 07:32:25 +00:00
|
|
|
tag: v0.16.0@sha256:ab76c7f5884bfac4c952d3e8123fd0bf5d96272b317de37430d596e07399b756
|
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
|