Allow udp protocol for service-lb ports

For #577
This commit is contained in:
Erik Wilson 2019-12-11 10:34:11 -07:00 committed by GitHub
parent 2cf88ae2c4
commit c2be59e5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{