OTEL-DEMO: Using port 80 instead of 8080 #1876
-
I am trying to get OTEL-DEMO working on my kubernetes environment. Using port 8080 works with a loadbalancer to expose to the external network. But Ideally I'd like to use port 80 instead of 8080. When I try to make the port 80 in the values.yaml file at install, nothing works. Command I execute to install: Here's my values.yaml
Getting the list of services:
Note that otel-demo-frontendproxy is setup to use LoadBalancer with EXTERNAL-IP of 192.168.1.102 (this is all correct) -- my "external network" is really just the wider LAN. Note that port is "80" -- this does not work, but when port is "8080" it does work. Describing the "otel-demo-frontendproxy" service...
otel-demo-frontendproxy POD description:
What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I suspect you will also need to update the |
Beta Was this translation helpful? Give feedback.
I suspect you will also need to update the
ENVOY_PORT
environment variable to use port 80 as well.