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

Allow overriding instance external IP #399

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

agouin
Copy link
Member

@agouin agouin commented Dec 5, 2023

Allow overriding external address on per-instance level, which can be required when using port forwarding so that publicly reachable address is configured.

spec:
  instanceOverrides:
    osmosis-0:
      externalAddress: "osmosis.example.com:26656"

Closes #398

@agouin agouin merged commit dedff84 into main Dec 5, 2023
4 checks passed
@agouin agouin deleted the andrew/external_address_override branch December 5, 2023 20:20
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.

Support for unique external_address in config.toml
2 participants