33 lines
591 B
YAML
33 lines
591 B
YAML
image:
|
|
repository: tccr.io/truecharts/focalboard
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.15.0@sha256:81fcf2a97f980c5b7f41c64e752794bc33fe4b0762a31694a88062ac39ce92d7
|
|
|
|
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
|