Fix port number

Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
This commit is contained in:
Shogo Hida 2023-02-18 20:44:10 +09:00
parent 26f95f475a
commit 7cbf007e47

View File

@ -524,7 +524,7 @@ var _ = SIGDescribe("Probing container", func() {
livenessProbe := &v1.Probe{
ProbeHandler: v1.ProbeHandler{
GRPC: &v1.GRPCAction{
Port: 2379,
Port: 5000,
Service: nil,
},
},