diff --git a/content/en/examples/pods/probe/grpc-liveness.yaml b/content/en/examples/pods/probe/grpc-liveness.yaml index 84d716df28..578fd080a4 100644 --- a/content/en/examples/pods/probe/grpc-liveness.yaml +++ b/content/en/examples/pods/probe/grpc-liveness.yaml @@ -10,6 +10,6 @@ spec: ports: - containerPort: 2379 livenessProbe: - gRPC: + grpc: port: 2379 initialDelaySeconds: 10