2021-06-11 14:43:41 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/haste-server
|
2021-06-11 14:43:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-07-25 18:36:51 +00:00
|
|
|
tag: latest@sha256:dd6381fc117e072cc42da8e179703aca9d22cd8e30990cedab8b817cfba47c10
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
STORAGE_FILEPATH: "/config"
|
|
|
|
STORAGE_TYPE: "file"
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 7777
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 7777
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|