RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

Bind to 127.0.0.1 instead of localhost #220

Closed bzwei closed 3 years ago

bzwei commented 3 years ago

When I tested clowder in minikube I got the problem that prometheus cannot bind to a port in localhost. The error message was cannot assign requested address: localhost. Changing to 127.0.0.1 solves the problem.

dippy-bot commented 3 years ago

Checked commit https://github.com/bzwei/insights-api-common-rails/commit/c3005b85828c1476c49ce5fce39cfb9e2a35ee95 with ruby 2.5.7, rubocop 0.82.0, haml-lint 0.35.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :star: