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

Fixes stuck deployment #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

0xtejas
Copy link
Contributor

@0xtejas 0xtejas commented Nov 10, 2024

This pull request fixes issue #45 Thanks to @muradbozik for pointing out the solution and @FireflyHacker for confirming the solution.

Environment variable updates:

Ingress settings updates:

Service port configuration:

@0xtejas
Copy link
Contributor Author

0xtejas commented Nov 10, 2024

This PR only addresses the issue on K8s. I did not check Docker to see if the issue exists.

@korsar4eg
Copy link

issue exists on docker too

@0xtejas
Copy link
Contributor Author

0xtejas commented Nov 11, 2024

Ah. I read through the Docker compose file and it looks alright to me though 🤔 Can you check what address is being used in the WebSocket communication in your deployment?

Copy link

@muradbozik muradbozik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think new deployments/services needed to be setup based on the latest updates in docker images.

Comment on lines -59 to +62
value: ws://transactor:3333;ws://localhost:3333
valueFrom:
configMapKeyRef:
name: huly-config
key: TRANSACTOR_URL

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should stay unchanged, account pod doesn't need to use ingress to reach transactor service.
TRANSACTOR_URL in config needs to be used by frontend. That change should be done in frontend code, not in deployment manifests. Last time I checked it (front pod) was using localhost which would cause problem when reaching frontend through proxy.

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