OTEL-DEMO: Using port 80 instead of 8080 #1876
Unanswered
obs-gh-frankmartens
asked this question in
Q&A
Replies: 1 comment
-
I suspect you will also need to update the |
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
-
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:
helm install otel-demo open-telemetry/opentelemetry-demo --values values.yaml
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.
All reactions