Hello,
I have deployed a fresh install of wger with :
- chart version 0.2.4
- wget latest (at date of writing, may be 2.3)
In my values file, I have activated storage and nginx, and set my storageClass.
When it was all ready, I browsed to my url, but all static files went 404.
To fix it, I have executed in the pod : ./manager.py collect-static -v 2 --no-input (the --clear returned an error due to volume permissions).
Since it is a time-consuming operation, I think it may not be added as an init container, but as a helm hook.
Or have I missed something ?
Hello,
I have deployed a fresh install of wger with :
In my values file, I have activated storage and nginx, and set my storageClass.
When it was all ready, I browsed to my url, but all static files went 404.
To fix it, I have executed in the pod :
./manager.py collect-static -v 2 --no-input(the --clear returned an error due to volume permissions).Since it is a time-consuming operation, I think it may not be added as an init container, but as a helm hook.
Or have I missed something ?