UNCLASSIFIED - NO CUI

Skip to content

feat: update networkpolicy (#450)

Mark Savel requested to merge 450_update_networkpolicies into main

The NetworkPolicy included in the chart appears to apply to the coder agent since individual network policies are created specifically for the workspace pods. We can mutate those network policies, but this should be locked down to only allow necessary inbound/outbound ports. That seems to be none at the moment. It also seems to make sense to make the default locked down completely and override in deployment as necessary.

Merge request reports