2021-10-25 12:19:09 +00:00
image :
# -- image repository
2021-12-03 15:44:22 +00:00
repository : tccr.io/truecharts/focalboard
2021-10-25 12:19:09 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- image tag
2021-12-11 12:19:57 +00:00
tag : v0.8.0@sha256:0c560a1e1b11015598e63b580d6e21b5bb41bc2e140b15e4a54b7b0c415e765e
2021-10-25 12:19:09 +00:00
securityContext :
readOnlyRootFilesystem : false
# -- environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh)
# @default -- See below
env : {}
# SERVER_ROOT:
# DBTYPE:
# DBCONFIG:
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
2021-11-30 13:04:19 +00:00
port : 10072
2021-11-07 16:24:13 +00:00
targetPort : 8000
2021-10-25 12:19:09 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
data :
enabled : true
2021-11-15 23:31:22 +00:00
mountPath : "/data"