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

53 lines
1.1 KiB
YAML

image:
repository: ghcr.io/linuxserver/projectsend
pullPolicy: IfNotPresent
tag: latest@sha256:7768be8c2102eea237253ec30d44aa4df24b2e413174b246e3f43a39437ee501
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 80
port: 10127
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
MAX_UPLOAD: 5000
PHP_MEMORY_LIMIT: "512M"
PHP_MAX_FILE_UPLOAD: 200
persistence:
config:
enabled: true
mountPath: "/config"
projectsend-config:
enabled: true
type: configmap
objectName: projectsend-config
mountPath: /config/projectsend/sys.config.php
subPath: sys.config.php
readOnly: true
data:
enabled: true
mountPath: "/data"
varrun:
enabled: true
mariadb:
enabled: true
mariadbUsername: projectsend
mariadbDatabase: projectsend