mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix port number
Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
This commit is contained in:
parent
26f95f475a
commit
7cbf007e47
@ -524,7 +524,7 @@ var _ = SIGDescribe("Probing container", func() {
|
|||||||
livenessProbe := &v1.Probe{
|
livenessProbe := &v1.Probe{
|
||||||
ProbeHandler: v1.ProbeHandler{
|
ProbeHandler: v1.ProbeHandler{
|
||||||
GRPC: &v1.GRPCAction{
|
GRPC: &v1.GRPCAction{
|
||||||
Port: 2379,
|
Port: 5000,
|
||||||
Service: nil,
|
Service: nil,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user