Skip to content

Commit bc246a3

Browse files
authored
Merge pull request #30706 from SergeyKanzhelev/grpcFieldName
Fix grpc field name inconsistency with API naming rules
2 parents 11b24e5 + 3797c33 commit bc246a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/pods/probe/grpc-liveness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ spec:
1010
ports:
1111
- containerPort: 2379
1212
livenessProbe:
13-
gRPC:
13+
grpc:
1414
port: 2379
1515
initialDelaySeconds: 10

0 commit comments

Comments
 (0)