Files
truecharts/charts/stable/haste-server/values.yaml
T
TrueCharts Bot 7cb4367496 chore(deps): update docker general non-major (#3222)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-20 10:25:46 +02:00

21 lines
377 B
YAML

image:
repository: tccr.io/truecharts/haste-server
pullPolicy: IfNotPresent
tag: latest@sha256:2262055e93ed0a857de02337a3956abdd45c765eaa7d860bb89b1d05a53c4819
env:
STORAGE_FILEPATH: "/config"
STORAGE_TYPE: "file"
service:
main:
ports:
main:
port: 7777
targetPort: 7777
persistence:
config:
enabled: true
mountPath: "/config"