7cb4367496
* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
21 lines
377 B
YAML
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"
|