Allow udp protocol for service-lb ports

For #577
pull/1190/head
Erik Wilson 5 years ago committed by GitHub
parent 2cf88ae2c4
commit c2be59e5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save