ManageIQ / manageiq-providers-embedded_terraform

ManageIQ plugin for the Embedded Terraform provider.
Apache License 2.0
0 stars 11 forks source link

Ensure the correct port is exposed in kubernetes #41

Closed bdunne closed 5 months ago

bdunne commented 5 months ago

This had the default ports for the rails workers (service 3000 & health 4000), but both operator on port 6000 here.

miq-bot commented 5 months ago

Checked commit https://github.com/bdunne/manageiq-providers-embedded_terraform/commit/daf8baf71d7092f343dca189e5f0189abe744152 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 2 files checked, 1 offense detected

spec/models/opentofu_worker_spec.rb

Fryguy commented 5 months ago

Backported to radjabov in commit 43316756e2989ba0af93a29fad1316fe3baf2e93.

commit 43316756e2989ba0af93a29fad1316fe3baf2e93
Author: Adam Grare <adam@grare.com>
Date:   Fri May 24 16:57:46 2024 -0400

    Merge pull request #41 from bdunne/fix_container_port

    Ensure the ccorrect port is exposed in kubernetes

    (cherry picked from commit dfa5f3c6c17359de2630d77aada7e7da25fa52da)