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

DEV-22121-updated-minio-svc-port #164

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

bradsoper
Copy link
Collaborator

Please see the dev ticket here: https://cnvrgio.atlassian.net/browse/DEV-22121

When leveraging networking.type=ingress. Minio was failing to become available. The reason is the minio service was hardcoded to accept connections on port 80. The ingress object was pointing at port 9000 as defined in the values file. I updated the minio service port to use the port defined in the values file to resolve the issue. The ingress port spec and the minio service will now match and use the same port value defined in the values file.

Please let me know if you have questions.

Thanks,
Brad

abystrov and others added 4 commits January 9, 2024 11:48
Make possible to use private repos during the build
Updated port to use the port defined in the values file. Before it was hard coded to port 80
@bradsoper bradsoper requested review from Dimss and MrEsL February 7, 2024 21:02
@Dimss Dimss changed the base branch from DEV-15047-slim-cnvrg to DEV-22107-no-cluster-roles February 13, 2024 17:06
@Dimss Dimss merged commit 1ab11f6 into DEV-22107-no-cluster-roles Feb 13, 2024
2 checks passed
@cnvrg-runner cnvrg-runner deleted the DEV-22121-minio-ingress-svc-fix branch May 29, 2024 01:30
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

Successfully merging this pull request may close these issues.

3 participants