36 lines
614 B
YAML
36 lines
614 B
YAML
image:
|
|
repository: tccr.io/truecharts/focalboard
|
|
pullPolicy: IfNotPresent
|
|
tag: 7.2.1@sha256:ea486f91d811bf08585899a080b8eb585d3e4c7a8b590fa831f3e7963d3f7277
|
|
|
|
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
|