You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work for NodePort, because NodePort cannot use the same port.
Logs and Errors
Error: UPGRADE FAILED: cannot patch "myrelease-turn-udp" with kind Service: Service "myrelease-turn-udp" is invalid: spec.ports[0].nodePort: Invalid value: 30030: provided port is already allocated
Describe your Issue
It doesn't work for NodePort, because NodePort cannot use the same port.
Logs and Errors
Describe your Environment
Kubernetes distribution: kind
Helm Version (or App that manages helm): 3.13.3
Helm Chart Version: 4.3.0
values.yaml
:Additional context, if any
a typo in ".Values.coturn.ports" as ".Values.coturn.port," so you need to correct it together.
The text was updated successfully, but these errors were encountered: