This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 3.3 .0
25+ version : 3.4 .0
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 156156 "x-onyxia" : {
157157 "overwriteDefaultWith" : " region.defaultNetworkPolicy"
158158 }
159- }
159+ },
160+ "from" : {
161+ "type" : " array" ,
162+ "description" : " Array of source allowed to have network access to your service" ,
163+ "default" : [],
164+ "x-form" : {
165+ "hidden" : true ,
166+ "value" : " {{region.from}}"
167+ },
168+ "x-onyxia" : {
169+ "hidden" : true ,
170+ "overwriteDefaultWith" : " region.from"
171+ }
160172 }
161173 }
162174 }
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ service:
1010security :
1111 networkPolicy :
1212 enabled : false
13- from :
14- - ipBlock :
15- cidr : 10.233.103.0/32
16- - ipBlock :
17- cidr : 10.233.111.0/32
13+ from : []
1814 allowlist :
1915 enabled : true
2016 ip : " 0.0.0.0/0"
You can’t perform that action at this time.
0 commit comments