mirror of https://github.com/k3s-io/k3s
parent
2cf88ae2c4
commit
c2be59e5f3
|
@ -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…
Reference in New Issue