b700d3b147
This PR contains the following updates: | Package | Update | Change | |---|---|---| | yacy/yacy_search_server | digest | `3a4e019` -> `88e0b8d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
32 lines
623 B
YAML
32 lines
623 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: yacy/yacy_search_server
|
|
tag: latest@sha256:88e0b8dbfc683794e933f023d1001c0bb97064e865f665859a6fa8a659f7ec14
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /opt/yacy_search_server/DATA
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
https:
|
|
enabled: true
|
|
ports:
|
|
https:
|
|
enabled: true
|
|
port: 8443
|
|
protocol: tcp
|
|
targetPort: 8443
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
protocol: http
|
|
targetPort: 8090
|