Skip to content

docs(qdrant): sync template standards updates#351

Open
mberlofa wants to merge 2 commits into
mainfrom
docs/qdrant-template-standards-sync
Open

docs(qdrant): sync template standards updates#351
mberlofa wants to merge 2 commits into
mainfrom
docs/qdrant-template-standards-sync

Conversation

@mberlofa

@mberlofa mberlofa commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Document networkPolicy.extraEgress for the Qdrant chart.
  • Add the Qdrant NetworkPolicy controls to the playground config.
  • Register Qdrant as a required playground config for site sync.

Related

Chart PR: helmforgedev/charts#673

Validation

  • make site-sync-check CHART=qdrant: passed
  • npm run lint: passed
  • npm run format:check: passed
  • npm run build: passed
  • make release-check REPO=site: passed
  • make attribution-check REPO=site: passed

Summary by CodeRabbit

  • New Features

    • Added a “Network Policy” section to the Qdrant playground configuration, enabling ingress namespace filtering and optional extra egress (destination CIDR and TCP port).
    • Included Qdrant in the site-synced playground charts list so it’s properly included in playground filtering and syncing.
  • Documentation

    • Updated Qdrant chart docs with a production egress example and clearer guidance on networkPolicy.extraEgress, including how network restrictions interact with cluster and peer communication.

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4cd9330e-9576-417d-9d8e-abd3d8f01bc2

📥 Commits

Reviewing files that changed from the base of the PR and between e717ee1 and dac492f.

📒 Files selected for processing (1)
  • src/pages/docs/charts/qdrant.mdx
✅ Files skipped from review due to trivial changes (1)
  • src/pages/docs/charts/qdrant.mdx

📝 Walkthrough

Walkthrough

Adds a Network Policy configuration section to the qdrant playground config, expands Qdrant chart documentation with egress and network policy details, and adds qdrant to the site-synced playground chart list.

Changes

Qdrant Network Policy Support

Layer / File(s) Summary
Network Policy playground config fields
src/data/playground-configs.ts
Adds a Network Policy section to the qdrant playground config, gated by networkPolicy.enabled, with fields for ingress namespace selector, extra egress CIDR, and extra egress port with defaults.
Playground site-sync registration
src/pages/playground.astro
Adds qdrant to siteSyncPlaygroundConfigs so it is treated as site-synced in playground chart filtering.
Qdrant documentation updates
src/pages/docs/charts/qdrant.mdx
Adds an extraEgress YAML example, expands the networkPolicy.extraEgress Runtime Values description, and adds a new "Network Policy" section explaining ingress restriction and egress isolation behavior.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • helmforgedev/site#322: Modifies src/pages/playground.astro’s siteSyncPlaygroundConfigs, affecting the same playground chart filtering path.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the Qdrant docs/playground sync changes, though it is broader than the specific network-policy update.
Description check ✅ Passed The description covers the summary, validation, and related context, and is mostly complete despite not using the exact checklist format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/qdrant-template-standards-sync

Comment @coderabbitai help to get the list of available commands.

@mberlofa

mberlofa commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Synced the Qdrant NetworkPolicy docs with helmforgedev/charts#673.

What changed:

  • Clarified that networkPolicy.extraEgress enables egress isolation while preserving DNS and broad HTTPS egress to any IPv4/IPv6 destination before appending custom egress rules.

Validation:

  • npm run format:check passed.
  • npm run lint passed.
  • npm run build passed.
  • make release-check REPO=site passed.
  • make attribution-check REPO=site passed.

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.

1 participant