2021-06-11 14:43:41 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/haste-server
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- image tag
|
2021-12-03 14:07:49 +00:00
|
|
|
tag: latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
# -- environment variables. See [image docs](https://github.com/seejohnrun/haste-server) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- filepath for persistance
|
|
|
|
STORAGE_FILEPATH: "/config"
|
|
|
|
# -- sets backend
|
|
|
|
STORAGE_TYPE: "file"
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 7777
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 7777
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|