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

[BUG]: Lublog ingress port doesnt match service port #21

Closed
rgulden opened this issue Oct 14, 2024 · 2 comments · Fixed by #24
Closed

[BUG]: Lublog ingress port doesnt match service port #21

rgulden opened this issue Oct 14, 2024 · 2 comments · Fixed by #24
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@rgulden
Copy link

rgulden commented Oct 14, 2024

What happened?

Hey boss, thanks for creating the lubelog chart. Just wanted to let you know when you use the ingress part of the chart, it creates it with port 80 but it should be port 8080 for the backend. In the templates i see $svcPort, not sure where thats coming from but it doesnt equal what the service is using to be created. thanks!

port:
number: {{ $svcPort }}

and

ports:
- port: 8080
targetPort: http
protocol: TCP
name: http

@rgulden rgulden added the kind/bug Categorizes issue or PR as related to a bug. label Oct 14, 2024
@shanduur
Copy link
Contributor

@rgulden thanks! Sorry that it took so long, but this should be fixed now in v0.4.6.

@rgulden
Copy link
Author

rgulden commented Oct 31, 2024

@shanduur no worries! glad its fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants