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

HDDS-11344. Change dev server port to avoid conflict with Grafana. #98

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

errose28
Copy link
Contributor

What changes were proposed in this pull request?

Port 3000 is the default for the Docusaurus dev server which comes from Node/React/Webpack, but it is also the default for Grafana. Ozone devs may have a Grafana instance running in docker already for testing which might conflict with the local preview, especially if they are updating Grafana related documentation. This PR changes the docusaurus default port to 3001 to avoid conflict.

What is the link to the Apache Jira?

HDDS-11344

How was this patch tested?

  • pnpm start runs on port 3001 by default
  • docker compose up runs on port 3001 by default
  • pnpm build && pnpm serve runs on port 3001 by default
  • CI curl test uses the new port and passes.

@github-actions github-actions bot added the website-v2 Tasks for the new ozone website targeting the HDDS-9225-website-v2 branch label Aug 20, 2024
@errose28 errose28 merged commit 6f0f4a0 into apache:HDDS-9225-website-v2 Aug 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website-v2 Tasks for the new ozone website targeting the HDDS-9225-website-v2 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants