Files
truecharts/charts/stable/focalboard/values.yaml
T
TrueCharts BotandGitHub b262d33e72 chore(deps): update docker general non-major (#3573)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-26 08:48:23 +03:00

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