Skip to content

Commit

Permalink
Fix format network policy document (#2108)
Browse files Browse the repository at this point in the history
* 📝 Fix format network policy document

Signed-off-by: vankichi <[email protected]>

* style: Format code with prettier and gofumpt

---------

Signed-off-by: vankichi <[email protected]>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
vankichi and deepsource-autofix[bot] authored Jul 5, 2023
1 parent 10506e5 commit ffc0492
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user-guides/network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ defaults:
This sets the following ingress/egress rules between Vald components (these are the minimum required rules for a Vald cluster to work).
| from / to | agent | discoverer | filter gateway | lb gateway | index manager | kube-system |
| -------------- | ----- | ---------- | -------------- | ---------- | ------------- | ----------- |
| agent | N/A | ⛔ | | | | |
| discoverer | ⛔ | N/A | ⛔ | | | |
| filter gateway | ⛔ | ⛔ | N/A | | | |
| lb gateway | ✅ | ✅ | | N/A | ⛔ | |
| index manager | ✅ | ✅ | | | N/A | |
| :------------- | :---: | :--------: | :------------: | :--------: | :-----------: | :---------: |
| agent | N/A | | | | | |
| discoverer | | N/A | | | | |
| filter gateway | | | N/A | | | |
| lb gateway | | | | N/A | | |
| index manager | | | | | N/A | |
# Add a user custom Network Policy
Expand Down

0 comments on commit ffc0492

Please sign in to comment.