Unverified Commit e950dd83 authored by Michelle Nguyen's avatar Michelle Nguyen Committed by Copybara
Browse files

Expose pluginService GRPC API


Summary: We want to expose our plugin service GRPC API for external consumers. Currently, the only way to access the plugin API is through gql which our UI uses.

Test Plan: Skaffold build cloud

Reviewers: vihang

Reviewed By: vihang
Signed-off-by: default avatarMichelle Nguyen <michellenguyen@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11279

GitOrigin-RevId: 35ca4ab832414632e514b990b3bf0e969a8213b0
Showing with 7 additions and 0 deletions
+7 -0
......@@ -61,6 +61,13 @@ spec:
name: cloud-proxy-service
port:
number: 5555
- path: /px.cloudapi.PluginService/
pathType: Prefix
backend:
service:
name: cloud-proxy-service
port:
number: 5555
- path: /px.cloudapi.UserService/
pathType: Prefix
backend:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment