docs(phone-dial-in): added note about nginx proxy-buffer-size

This commit is contained in:
segnord
2025-04-17 11:44:58 +03:00
parent ae9de0a83e
commit e8fbd3d4e1

View File

@@ -26,6 +26,17 @@ The template to generate the `dial-phone-numbers.json`
https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/-/blob/main/charts/opendesk-jitsi/files/web/dialin-phone-numbers.json?ref_type=heads
### Frontend and the k8s NGINX ingress
The frontend uses large cookies, the default "4k" for the nginx proxy is not enough.
Modify the value in the ingress annotations
```
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
```
Reference https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#proxy-buffer-size
## 1. ovc-frontent -> opendesk