Skip to content

Commit 40c666f

Browse files
authored
gRPC conformance: specify appProtocol (#2968)
This is already used for `infra-backend`, and is codified in Kubenetes (https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol)
1 parent 400e36d commit 40c666f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conformance/base/manifests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ spec:
533533
- protocol: TCP
534534
port: 8080
535535
targetPort: 3000
536+
appProtocol: kubernetes.io/h2c
536537
---
537538
apiVersion: apps/v1
538539
kind: Deployment
@@ -582,6 +583,7 @@ spec:
582583
- protocol: TCP
583584
port: 8080
584585
targetPort: 3000
586+
appProtocol: kubernetes.io/h2c
585587
---
586588
apiVersion: apps/v1
587589
kind: Deployment
@@ -631,6 +633,7 @@ spec:
631633
- protocol: TCP
632634
port: 8080
633635
targetPort: 3000
636+
appProtocol: kubernetes.io/h2c
634637
---
635638
apiVersion: apps/v1
636639
kind: Deployment

0 commit comments

Comments
 (0)