Skip to content

Commit

Permalink
Remove proxy body size limit for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jun 24, 2024
1 parent 938d2d8 commit a2ebe85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/ams-k8s-ingress-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
nginx.org/websocket-services: "ant-media-server"
nginx.ingress.kubernetes.io/websocket-services : "ant-media-server"
nginx.ingress.kubernetes.io/proxy-body-size: "0m"
spec:
rules:
- host: test.antmedia.cloud
Expand Down

0 comments on commit a2ebe85

Please sign in to comment.