-
Notifications
You must be signed in to change notification settings - Fork 34
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 persistent volume for LAPI dashboard (Metabase) #55
Comments
Seems to be related to #11 I guess there was an inversion between mount points. |
Ping @he2ss I'll try to find some time to make a PR, but fixing shouldn't take more than a couple of minutes. Credentials are stored in the volume defined here: https://github.com/crowdsecurity/helm-charts/blob/main/charts/crowdsec/templates/lapi-deployment.yaml#L258 |
Hello, |
@albundy83 did a PR yesterday, waiting for review and merge. Fix is live on 2 clusters and works well. |
* Fix dashboard data volumes to use PVC instead of emptyDir Fixes #55
Environment
Helm chart : crowdsec
Helm chart version : 0.5.0
Issue
Currently if the pod for the Local API is restarted the configurations made in the dashboard are lost (changing user password or language preferences for example).
Proposed solution
We could add an option to the Helm chart in
lapi.persistentVolume
to create a PVC for the metabase data, similar to the crowdsec-db and crowdsec-config PVCs.The text was updated successfully, but these errors were encountered: