* add tooling to automate kah->truecharts porting somewhat * small tweak for tooling * another small tooling fix * some more tweaking to the tooling * initial temporary output * process and output fixes * More chart.yaml fixes * pushing more fixes * small fixes * some little fixes * another fix catched * regenerate docs * some more cleaning/tweaking * remove more prometheus related Apps for now * processing questions.yaml up to hyperion-ng * questions.yaml till owncloud-ocis * Finish questions.yaml setup and polish * fix some deconz indent issues * no message * fix healtchecks questions.yaml * another fix * ser2sock fix * move apps to normal trains
37 lines
891 B
YAML
37 lines
891 B
YAML
#
|
|
# 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
|
|
repository: flipenergy/focalboard
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
# -- image tag
|
|
tag: 0.6.7
|
|
|
|
# -- 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
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
persistence:
|
|
data:
|
|
enabled: false
|