Skip to content

Commit

Permalink
Update container port from 3000 to 50051 in sample k8s config (#640)
Browse files Browse the repository at this point in the history
* Update container port from 3000 to 50051 in sample k8s config
Signed-off-by: Anindita Das <[email protected]>

Signed-off-by: Anindita Das <[email protected]>

* Update container port from 3000 to 50051 in sample k8s config
Signed-off-by: Anindita Das <[email protected]>

---------

Signed-off-by: Anindita Das <[email protected]>
Co-authored-by: Anindita Das <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2023
1 parent e158177 commit 8344420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grpc_proxying/deploy/invoke-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ spec:
command: ["python"]
args: ["/app/invoke-receiver.py"]
ports:
- containerPort: 3000
- containerPort: 50051
imagePullPolicy: Always

0 comments on commit 8344420

Please sign in to comment.