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: 2 comments
-
|
I suspect you will also need to update the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks... buuuut... frontend-proxy containers fail saying that its expecting an "int" value instead of a string The helm chart requires ENVOY_PORT to be a string... updated YAML: Error in "frontend-proxy" logs: If I try to change the "value" to a number: Then I get the following helm install error: |
Beta Was this translation helpful? Give feedback.
I suspect you will also need to update the
ENVOY_PORTenvironment variable to use port 80 as well.