TrueChartsClone/charts/stable/haste-server/values.yaml

27 lines
502 B
YAML

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