-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Add a variable that enables/disables network policies #85
base: main
Are you sure you want to change the base?
Conversation
c9ab498
to
ded19b8
Compare
I do not think that this will be this simple... back from when I tested this, simply enabling the network policies broke the communication between the other modules and the Thanos module. Also, since we deploy a Redis for caching metrics, we will also need to create and deploy customized Network Policies to regulate that network traffic. And one more thing, I think naming the variable |
19e7b79
to
23647a1
Compare
docs(terraform-docs): generate docs and write to README.adoc
87b055d
to
5ffc39f
Compare
fe8bce9
to
1152c08
Compare
c2ea925
to
f7bc36b
Compare
Description of the changes
This PR introduces a variable to enable or disable network policies for Thanos components. Previously, the network policy values were hard-coded, limiting flexibility and customization. By adding this variable, users can easily configure network policies as per their requirements.
Breaking change
Tests executed on which distribution(s)