This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/projectsend | digest | `d0c2125` -> `b4144f3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
49 lines
1009 B
YAML
49 lines
1009 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/projectsend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:b4144f3fb3d56fd271834f61fe18494cadbfc3f8502aa016ae988cb7e4c5a206
|
|
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
|