Spaces:
Running
Running
fix(chart): update network policy (#1578)
Browse files- chart/env/prod.yaml +1 -0
chart/env/prod.yaml
CHANGED
@@ -18,6 +18,7 @@ networkPolicy:
|
|
18 |
enabled: true
|
19 |
allowedBlocks:
|
20 |
- 10.0.252.0/25
|
|
|
21 |
|
22 |
ingress:
|
23 |
path: "/chat"
|
|
|
18 |
enabled: true
|
19 |
allowedBlocks:
|
20 |
- 10.0.252.0/25
|
21 |
+
- 10.240.0.0/24
|
22 |
|
23 |
ingress:
|
24 |
path: "/chat"
|