mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
ccc703ae02
* fix: use kah image * fix: use kah image * fix: use kah image
33 lines
623 B
YAML
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
|