33 lines
590 B
YAML
33 lines
590 B
YAML
image:
|
|
repository: tccr.io/truecharts/focalboard
|
|
pullPolicy: IfNotPresent
|
|
tag: v7.1.0@sha256:b09e4006a079faecf0037213fe5b28046fc5fe70d00419295d26faa3b2714e30
|
|
|
|
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
|