Unverified Commit c2be59e5 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Allow udp protocol for service-lb ports

For #577
parent 2cf88ae2
......@@ -324,6 +324,7 @@ func (h *handler) newDaemonSet(svc *core.Service) (*apps.DaemonSet, error) {
Name: portName,
ContainerPort: port.Port,
HostPort: port.Port,
Protocol: port.Protocol,
},
},
Env: []core.EnvVar{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment