Skip to content

Commit

Permalink
Update firewall rule to reflect chart default port configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
billylindeman committed Jul 13, 2020
1 parent b1c5e5b commit 7edb2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ helm install $RELEASE_NAME ion \
The SFU Deployment requires host networking to expose the range orf UDP ports used for RTP traffic (due to the lack of support for UDP ranges in kubernetes services). This requires a custom firewall rule that will expose traffic to the kubernetes nodes for the UDP range set in `ion/templates/config.yaml`. This can be created for your default-network in GCP with the following gcloud command.

```
gcloud compute firewall-rules create ion-webrtc --allow udp:5000-5200,udp:6666
gcloud compute firewall-rules create ion-webrtc --allow udp:5000-52000,udp:6666
```


Expand Down

0 comments on commit 7edb2df

Please sign in to comment.