thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

adding networkpolicy for thanos components #315

Open harsh-ps-2003 opened 7 months ago

harsh-ps-2003 commented 7 months ago

Changes

Fixes #314 Adding network policies for all Thanos components.

harsh-ps-2003 commented 7 months ago

@metalmatze can you review the PR please. If it looks good I will add the changelog.

metalmatze commented 7 months ago

Thanks! From looking at the code changes and now having compiled and run this, the change seems good overall. :+1:

Some CI failures need to be fixed. Run jsonnetfmt -i $file on your changed files.

harsh-ps-2003 commented 7 months ago

Thanks for the review! I had some syntax errors that I fixed now! @metalmatze