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

Use default HTTP and gRPC ports in the read-write local dev env #2839

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

pracucci
Copy link
Collaborator

@pracucci pracucci commented Aug 25, 2022

What this PR does

When working on #2838 I've found annoying that each replica in the local dev env customize the HTTP and gRPC port. We don't really need it, we just need the published port to be different.

In this PR I'm using the default HTTP (8080) and gRPC (9095) ports, and then using a different port for each replica when publishing them to the host (keeps the previous published port number).

Which issue(s) this PR fixes or relates to

N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@pracucci pracucci requested a review from colega August 25, 2022 13:44
@pracucci pracucci changed the base branch from main to add-alertmanager-support-to-backend-target August 26, 2022 07:37
Copy link
Contributor

@colega colega left a comment

Choose a reason for hiding this comment

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

LGTM

Base automatically changed from add-alertmanager-support-to-backend-target to main August 26, 2022 07:47
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci force-pushed the use-same-port-in-read-write-dev-env branch from 33fdcd9 to 086f701 Compare August 26, 2022 07:58
@pracucci pracucci marked this pull request as ready for review August 26, 2022 07:59
@pracucci pracucci enabled auto-merge (squash) August 26, 2022 07:59
@pracucci pracucci merged commit 4babbb7 into main Aug 26, 2022
@pracucci pracucci deleted the use-same-port-in-read-write-dev-env branch August 26, 2022 08:13
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.

2 participants