Replies: 2 comments
-
Can I ask for any tips? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @huberts90 👋 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to set up a gRPC server inside cluster listening on port 80, being available in insecure mode.
k3d
is created with8081:80@loadbalancer
port mapping.gRPC GetSignStream failed with Unknown: unexpected HTTP status code received from server: 500 (Internal Server Error); transport: received unexpected content-type "text/plain; charset=utf-8
HTTP
connection (withoutingress.kubernetes.io/protocol: h2c
)8000
? Do I need port mapping8000:8000@loadbalancer
? Do I needIngressRoute
?Beta Was this translation helpful? Give feedback.
All reactions