Files
truecharts/charts/stable/focalboard/values.yaml
T
03112f38f7 chore(deps): update non-major docker (#1507)
* chore(deps): update non-major docker

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-11 13:03:48 +01:00

34 lines
854 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/focalboard
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v0.8.0@sha256:0c560a1e1b11015598e63b580d6e21b5bb41bc2e140b15e4a54b7b0c415e765e
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:
port: 10072
targetPort: 8000
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
data:
enabled: true
mountPath: "/data"