Add custom network policy
General MR
Summary
Included the ability to add custom network policy at a values level.
Relevant logs/screenshots
(Include any relevant logs/screenshots) Example test override
promtail:
values:
networkPolicies:
enabled: true
additionalPolicies:
- name: custom-promtail-netpol-test
spec:
podSelector: {}
policyTypes:
- Egress
egress:
- to:
- ipBlock:
cidr: 172.20.0.0/12
Linked Issue
Closes issue
Upgrade Notices
Add custom network policy via:
networkPolicies:
additionalPolicies: []
Closes #46 (closed)
Merge request reports
Activity
changed milestone to %2.26.0
added kindfeature priority6 promtail statusdoing teamObservability labels
assigned to @samvongsay
added statusreview label and removed statusdoing label
requested review from @piotr.machaj, @kliu, @blairbowden, @w.griffing, @jimmyungerman, and @steven.donald
@samvongsay just a heads up, I think the Linked Issue portion of the MR needs to have
Closes
before the issue link. I approved your Jaeger one and merged it yesterday, but the issue isn't autoclosed.I'll add it to this one for you here. Just a call out for future MRs
Edited by Jimmy Ungermanmentioned in commit af94757b
mentioned in merge request big-bang/bigbang!4203 (merged)