2021-07-01 18:26:22 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image :
# -- image repository
2021-09-10 20:07:55 +00:00
repository : ghcr.io/truecharts/focalboard
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- image tag
2021-09-11 11:04:47 +00:00
tag : v0.8.0@sha256:c8a81de85722b1d8ce728222cd5b77ea9f8e4ca33c91787a8a3eb0a49f6fa432
2021-07-01 18:26:22 +00:00
2021-09-10 18:10:04 +00:00
securityContext :
readOnlyRootFilesystem : false
2021-07-01 18:26:22 +00:00
# -- 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 :
port : 8000
2021-11-06 21:55:18 +00:00
targetPort : 8000
2021-07-01 18:26:22 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
data :
2021-08-29 12:02:17 +00:00
enabled : true
type : pvc
accessMode : ReadWriteOnce
size : "100Gi"