mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +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{
|
||||
ProbeHandler: v1.ProbeHandler{
|
||||
GRPC: &v1.GRPCAction{
|
||||
Port: 2379,
|
||||
Port: 5000,
|
||||
Service: nil,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user