Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine Agent Service Points to Port 80 Internally #18

Closed
stemjacobs opened this issue May 24, 2021 · 0 comments
Closed

Machine Agent Service Points to Port 80 Internally #18

stemjacobs opened this issue May 24, 2021 · 0 comments

Comments

@stemjacobs
Copy link

The default configuration of the most recent machine-agent-analytics container at:
docker.io/appdynamics/machine-agent-analytics

Listens on port 9090 by default per its configuration.

Values available for these helm charts include an analytics.port value (which is also set to 9090 in the default values file):
https://github.com/Appdynamics/appdynamics-charts/blob/8616f2fffcfa6128a731eaaf0dc9f9875ef945f9/machine-agent/values.yaml#L68

The targetPort in the current service is set to http:
https://github.com/Appdynamics/appdynamics-charts/blob/8616f2fffcfa6128a731eaaf0dc9f9875ef945f9/machine-agent/templates/service.yaml#L13

This results in a revoked connection since nothing is listening on port 80 with the indicated machine-agent-analytics container.

( Note: To first establish a connection to the machine agent containers with this service, the selector must also be corrected as indicated in issue #16 )

Changing the targetPort to 9090 resolves the issue.

@stemjacobs stemjacobs closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant