-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
multiple fixes for helm chart #5522
multiple fixes for helm chart #5522
Conversation
Hi, @azhavoro, could you please help me with helm chart? Right now I see, that you have created there 3 deployments, all of them are using same pvc for different stuff like: That is lead to broken state in k8s with default cloud RWO storage mode because of the conflict: So is there any reason to use pvc like that? Do different servers using same data, or that is a typo? I could fix that in current mr, because in current state sadly it is not working at least for me. |
Also for what they are currently used? Right now I dont see any info about them in main or helm readme =( |
@nmanovic or mb you know the answer? Could you please help me with this issues because as far as i can see - helm chart is not usable as is and need to be fixed =( |
also fixed broken opa version |
@Keramblock Hi, sorry for the late response |
@azhavoro RWX usually absent in default cloud k8s setup(GKE/AKS/etc) so imo we should avoid using it, we could use one RWO with readonly flags for multiple reads, if that is suitable for this services. |
This PR is to outdated, so I am closing it. |
Hi, if I want to use ingress from your helm chart - that does not necessary means that i want to use traefik, so I moved option to allow traefik to separate place