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

feat: Expose Catalog Port in Helm Charts #1759

Merged

Conversation

bmg13
Copy link
Contributor

@bmg13 bmg13 commented Jan 20, 2025

WHAT

Exposes catalog endpoint in controlplane charts in port 8085.

WHY

To allow usage of catalog endpoint without need of manual change.

FURTHER NOTES

Documentation for this port was already existent in here.

Testing log to confirm new param:

Port:                     default  8080/TCP
TargetPort:               default/TCP
NodePort:                 default  31434/TCP
Endpoints:                
Port:                     control  8083/TCP
TargetPort:               control/TCP
NodePort:                 control  30430/TCP
Endpoints:                
Port:                     management  8081/TCP
TargetPort:               management/TCP
NodePort:                 management  31269/TCP
Endpoints:                
Port:                     protocol  8084/TCP
TargetPort:               protocol/TCP
NodePort:                 protocol  30393/TCP
Endpoints:                
Port:                     catalog  8085/TCP
TargetPort:               catalog/TCP
NodePort:                 catalog  30456/TCP
Endpoints:                
Port:                     metrics  9090/TCP
TargetPort:               metrics/TCP
NodePort:                 metrics  30434/TCP
Endpoints:                

Closes ##1712

@bmg13 bmg13 marked this pull request as ready for review January 26, 2025 17:17
Copy link
Contributor

@lgblaumeiser lgblaumeiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lgblaumeiser lgblaumeiser merged commit 9625d12 into eclipse-tractusx:main Jan 28, 2025
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants