This PR contains the following updates: | Package | Update | Change | |---|---|---| | sourcegraph/server | patch | `5.2.6` -> `5.2.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
43 lines
868 B
YAML
43 lines
868 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sourcegraph/server
|
|
tag: 5.2.7@sha256:e1746ebd8b792bacc149e85b6070ce0d2042eb2f9858fe272d0a85a5f7245a60
|
|
persistence:
|
|
applicationdatastoragepath:
|
|
enabled: true
|
|
mountPath: /var/opt/sourcegraph
|
|
configstoragepath:
|
|
enabled: true
|
|
mountPath: /etc/sourcegraph
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
adminconsolepo:
|
|
enabled: true
|
|
ports:
|
|
adminconsolepo:
|
|
enabled: true
|
|
port: 2633
|
|
protocol: tcp
|
|
targetPort: 2633
|
|
grafanaport:
|
|
enabled: true
|
|
ports:
|
|
grafanaport:
|
|
enabled: true
|
|
port: 3370
|
|
protocol: tcp
|
|
targetPort: 3370
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7080
|
|
protocol: http
|
|
targetPort: 7080
|