Fix typo in NetworkPolicy example
The given example results in: ``` The NetworkPolicy "test-network-policy" is invalid: spec.ingress[0].ports[0].protocol: Unsupported value: "tcp": supported values: TCP, UDP ```
This commit is contained in:
@@ -51,7 +51,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
role: frontend
|
role: frontend
|
||||||
ports:
|
ports:
|
||||||
- protocol: tcp
|
- protocol: TCP
|
||||||
port: 6379
|
port: 6379
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user