We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1866c7e + 6c2ff63 commit 7ffc6b7Copy full SHA for 7ffc6b7
content/en/docs/concepts/services-networking/network-policies.md
@@ -252,7 +252,7 @@ spec:
252
endPort: 32768
253
```
254
255
-The above rule allows any Pod with label `db` on the namespace `default` to communicate
+The above rule allows any Pod with label `role=db` on the namespace `default` to communicate
256
with any IP within the range `10.0.0.0/24` over TCP, provided that the target
257
port is between the range 32000 and 32768.
258
0 commit comments