2024-04-29 12:41:56 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/projectsend
|
|
|
|
pullPolicy: IfNotPresent
|
2024-05-14 06:52:49 +00:00
|
|
|
tag: latest@sha256:16ffe5b391fe3525eb568946c7ec4d4cbc23996b5e8efdb4ea0d9e16e194d29f
|
2024-04-29 12:41:56 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 80
|
|
|
|
port: 10127
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
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
|
|
|
|
includeCommon: true
|
|
|
|
mariadbUsername: projectsend
|
|
|
|
mariadbDatabase: projectsend
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|