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

24 lines
402 B
YAML

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