7bbaa9af49
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sourcegraph/server](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `4881e9a` -> `107737b` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
43 lines
881 B
YAML
43 lines
881 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/sourcegraph/server
|
|
tag: 6.1.1295@sha256:107737b0c8bb174168bb7466a2943f2f1ef0c4ca0d05fc8331191f4d0b13258b
|
|
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
|