charts/charts/stable/haste-server/values.yaml
ᗪєνιη ᗷυнʟ ccc703ae02
[haste-server] use kah image (#812)
* fix: use kah image

* fix: use kah image

* fix: use kah image
2021-04-21 12:36:18 -04:00

33 lines
623 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:
repository: ghcr.io/k8s-at-home/haste-server
pullPolicy: IfNotPresent
tag: latest
strategy:
type: Recreate
# See more environment variables in the haste-server documentation
# https://github.com/rwaltr/haste-server
env:
STORAGE_FILEPATH: "/config"
STORAGE_TYPE: "file"
service:
port:
port: 7777
ingress:
enabled: false
persistence:
config:
enabled: false
# size: 1Gi