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-08-26 05:48:23 +00:00
|
|
|
tag: 7.2.1@sha256:ea486f91d811bf08585899a080b8eb585d3e4c7a8b590fa831f3e7963d3f7277
|
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
|