34 lines
550 B
YAML
34 lines
550 B
YAML
# Default values for Lychee.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/lychee-laravel
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.3.4@sha256:b6ce78acde58c303b4c91d78d899317ee4de6a9c44343b263155497c1bcd762c
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
|
|
env: {}
|
|
# PHP_TZ: UTC
|
|
# PUID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|