803bad0204
This PR contains the following updates: | Package | Update | Change | |---|---|---| | privoce/vocechat-server | patch | `v0.3.44` -> `v0.3.45` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
35 lines
666 B
YAML
35 lines
666 B
YAML
image:
|
|
repository: privoce/vocechat-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.3.45@sha256:ea955b9aa3033047dddbd9ca25219bf942cd5c3918868045d627fe2957d8e7f4
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 3009
|
|
|
|
vocechat:
|
|
frontend_url: localhost:3009
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
args:
|
|
- --network.bind
|
|
- 0.0.0.0:{{ .Values.service.main.ports.main.port }}
|
|
- --network.frontend_url
|
|
- "{{ .Values.vocechat.frontend_url }}"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/home/vocechat-server/data"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|