21 lines
377 B
YAML
21 lines
377 B
YAML
image:
|
|
repository: tccr.io/truecharts/haste-server
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86
|
|
|
|
env:
|
|
STORAGE_FILEPATH: "/config"
|
|
STORAGE_TYPE: "file"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7777
|
|
targetPort: 7777
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|