Files
truecharts/charts/stable/vocechat-server/values.yaml
T
TrueCharts Bot 045b539d01 chore(deps): update container image privoce/vocechat-server to v0.3.54@01b5edc by renovate (#26822)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| privoce/vocechat-server | patch | `v0.3.50` -> `v0.3.54` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-24 20:30:49 +02:00

35 lines
666 B
YAML

image:
repository: privoce/vocechat-server
pullPolicy: IfNotPresent
tag: v0.3.54@sha256:01b5edc94dd0c85541e0bb3d602212f3f6d76ba69f5edbae3ad1084dd5480c34
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