Skip to content

Commit

Permalink
Update network-policy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Sep 7, 2024
1 parent a5631bb commit 1fc5ced
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions onyxia-api/src/main/resources/schemas/ide/network-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
"type": "boolean",
"title": "Enable network policy",
"description": "Only pod from the same namespace will be allowed",
"default": false
"default": false,
"hidden": {
"value": true
}
},
"from": {
"type": "array",
"description": "Array of source allowed to have network access to your service",
"default": []
"default": [],
"hidden": {
"value": true
}
}
}
}
}

0 comments on commit 1fc5ced

Please sign in to comment.