mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-08 20:46:27 +08:00
55 lines
1015 B
YAML
55 lines
1015 B
YAML
image:
|
|
repository: tccr.io/truecharts/projectsend
|
|
pullPolicy: IfNotPresent
|
|
tag: vlatest@sha256:b02cc634731bd0932badb63730e682ed1b4fdd994701c5d1811ba5cfd4f2a68f
|
|
|
|
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
|
|
mariadbUsername: projectsend
|
|
mariadbDatabase: projectsend
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|