This PR contains the following updates: | Package | Update | Change | |---|---|---| | photostructure/server | major | `v2.1.0-alpha.7` -> `2023.12.0-alpha.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
46 lines
827 B
YAML
46 lines
827 B
YAML
image:
|
|
repository: photostructure/server
|
|
tag: 2023.12.0-alpha.7@sha256:ad73bfc73884bfc60aceb38dfd932b83522934f8a349fd11de621becfdb19c45
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 1787
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
PS_LOG_LEVEL: "error"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /ps/config
|
|
library:
|
|
enabled: true
|
|
mountPath: /ps/library
|
|
logs:
|
|
enabled: true
|
|
mountPath: /ps/logs
|
|
tempscratchdisk:
|
|
enabled: true
|
|
mountPath: /ps/tmp
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|