-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add networkpolicy
support
#243
Add networkpolicy
support
#243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so cool!
4294f51
to
7e57736
Compare
dc05770
to
88a64f0
Compare
fab7474
to
c52cec5
Compare
c52cec5
to
acdc512
Compare
Hello @nineinchnick, PR should be ready now! I also added a label to make NetworkPolicy targets explicitly distinguishable since the selectorLabels were used also in test Pods (which would then be included as policy targets as well). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, thank you!
This PR adds Network Policy support to the chart. Network policies are useful to protect Trino pods from unauthorized access from other Pods within the Kubernetes cluster.