Files
truecharts/charts/stable/lychee/values.yaml
T
2021-09-11 13:04:47 +02:00

26 lines
440 B
YAML

# Default values for Lychee.
image:
repository: ghcr.io/truecharts/lychee-laravel
pullPolicy: IfNotPresent
tag: v4.3.4@sha256:b6ce78acde58c303b4c91d78d899317ee4de6a9c44343b263155497c1bcd762c
service:
main:
ports:
main:
port: 80
env: {}
# PHP_TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"