Files
truecharts/charts/stable/lychee/values.yaml
T

26 lines
378 B
YAML

# Default values for Lychee.
image:
repository: ghcr.io/truecharts/lychee-laravel
pullPolicy: IfNotPresent
tag: v4.3.4@sha256:42
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"