nsarrazin HF Staff commited on
Commit
ef4a8e3
·
unverified ·
1 Parent(s): 6216bfd

feat(hchat): Add additional network policy allowed blocks (#1679)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +2 -0
chart/env/prod.yaml CHANGED
@@ -21,6 +21,8 @@ networkPolicy:
21
  allowedBlocks:
22
  - 10.0.252.0/25
23
  - 10.240.0.0/24
 
 
24
 
25
  ingress:
26
  path: "/chat"
 
21
  allowedBlocks:
22
  - 10.0.252.0/25
23
  - 10.240.0.0/24
24
+ - 10.32.192.192/26
25
+ - 10.32.193.0/28
26
 
27
  ingress:
28
  path: "/chat"