Problem
Solo is not supporting external address. So in order for our github actions not to fail we had to expose the ports directly using kubectl in .github/forward-ports.sh.
Solution
When solo releases a version of it application with exteral address support we can use it and remove .github/forward-ports.sh workaround from our code base.
Tracking issue: hiero-ledger/solo#3995
Alternatives
No response
Problem
Solo is not supporting external address. So in order for our github actions not to fail we had to expose the ports directly using kubectl in .github/forward-ports.sh.
Solution
When solo releases a version of it application with exteral address support we can use it and remove .github/forward-ports.sh workaround from our code base.
Tracking issue: hiero-ledger/solo#3995
Alternatives
No response