diff --git a/CHANGELOG.md b/CHANGELOG.md
index 473509376f9c57b3910017ad720f52e31a68daaf..b60a890cceec9853b1b84127d44b6718220ebcb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.2.1](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.0...v1.2.1) (2023-08-14)
+
+
+### Bug Fixes
+
+* **sovereign-workplace-jitsi:** Fix nodePort deployment with different egress gateway ([cc79996](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/commit/cc79996d0ed97d226cbda2012db916c0e2e88e7b))
+
 # [1.2.0](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.1.3...v1.2.0) (2023-08-14)
 
 
diff --git a/charts/sovereign-workplace-jitsi/Chart.yaml b/charts/sovereign-workplace-jitsi/Chart.yaml
index dcc691cd453e59c5c72ba9a61b291402e7ca9be1..50c75b7f7266c23b1ea1d835e603509767571253 100644
--- a/charts/sovereign-workplace-jitsi/Chart.yaml
+++ b/charts/sovereign-workplace-jitsi/Chart.yaml
@@ -20,5 +20,5 @@ keywords:
   - "networking"
 name: "sovereign-workplace-jitsi"
 type: "application"
-version: "1.2.0"
+version: "1.2.1"
 ...
diff --git a/charts/sovereign-workplace-jitsi/README.md b/charts/sovereign-workplace-jitsi/README.md
index d5fb427c5d60f228274e7d45a3ef5d945e316245..04eb43426c837c30287f77b814926014af67f630 100644
--- a/charts/sovereign-workplace-jitsi/README.md
+++ b/charts/sovereign-workplace-jitsi/README.md
@@ -129,12 +129,18 @@ helm install my-release sovereign-workplace-jitsi/sovereign-workplace-jitsi
 | jitsi.web.extraVolumes[0].name | string | `"jitsi-meet-swp"` |  |
 | jitsi.web.image.pullPolicy | string | `"IfNotPresent"` |  |
 | jitsi.web.image.tag | string | `"stable-8719"` |  |
+| jitsi.web.ingress.annotations."ingress.cilium.io/tcp-keep-alive" | string | `"enabled"` |  |
+| jitsi.web.ingress.annotations."ingress.cilium.io/websocket" | string | `"enabled"` |  |
+| jitsi.web.ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` |  |
+| jitsi.web.ingress.annotations."nginx.ingress.kubernetes.io/proxy-sent-timeout" | string | `"3600"` |  |
+| jitsi.web.ingress.annotations."nginx.org/websocket-services" | string | `"http"` |  |
 | jitsi.web.replicaCount | int | `1` |  |
-| jitsi.websockets.colibri.enabled | bool | `false` |  |
+| jitsi.websockets.colibri.enabled | bool | `true` |  |
 | jitsi.websockets.xmpp.enabled | bool | `false` |  |
 | lifecycleHooks | object | `{}` | Lifecycle to automate configuration before or after startup |
 | nameOverride | string | `""` | String to partially override release name. |
 | nodeSelector | object | `{}` | Node labels for pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/ |
+| patchJVB.configuration.staticLoadbalancerIP | string | `""` | Relevant for NodePort deployments only. In case you have a different egress gateway and thus the incoming ip can not be autodiscovered, provide the ip of your ingress gateway. |
 | patchJVB.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | Enable container privileged escalation. |
 | patchJVB.containerSecurityContext.enabled | bool | `true` | Enable security context. |
 | patchJVB.containerSecurityContext.readOnlyRootFilesystem | bool | `true` | Mounts the container's root filesystem as read-only. |