-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
We do need to expose a gRPC endpoint for one of our services. The service does already expose an HTTP endpoint. Due to compatibility, we would like the service to support both protocols and reuse the same code in the service. Currently, we'll have to create two deploys, with different service manifest to expose both the gRPC endpoint and HTTP endpoint.
Kubernetes lets you configure multiple port definitions on a Service object and it would be great if we could have the same concept in naiserator.
Any ideas?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request