-
Notifications
You must be signed in to change notification settings - Fork 78
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 user custom network policy #2078
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Deploying with Cloudflare Pages
|
Profile Report
|
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.
LGTM
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.
LGTM
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.
LGTM
* add user custom network policy template * add appPort to access grafana from host * add kube-system as egress allow for agent * add network policy settings as an example * add stern in dev container * add schema comments * add network policy enabled to ci helm values * add cluster role to deploy network policy * style: Format code with prettier and gofumpt * remove unnecesary network policy ci settings * add pyroscope to ingress rule --------- Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Description:
With this PR, a vald user can add their own network policy on top of the default one that was added with #2022. This is required, for example, when a vald user needs to configure observability components with network policy enabled (an example below).
vald/charts/vald/values/dev-observability.yaml
Lines 45 to 50 in 73cc0a6
In addition to helm templates change, these changes also have been made,
e2e-deploy
tests to to verify the deploy and communication between each component with the default network policy settings.Related Issue:
Versions:
Checklist:
Special notes for your reviewer: