36 lines
614 B
YAML
36 lines
614 B
YAML
image:
|
|
repository: tccr.io/truecharts/focalboard
|
|
pullPolicy: IfNotPresent
|
|
tag: 7.8.0@sha256:b3bb282522a7b5142e5f68b82fecaeffa92198d00ee99779ecba9e5a07eecb4d
|
|
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|