Store gitea app data in PVC #37

Merged
lunny merged 3 commits from luhahn/helm-chart:master into master 2020-10-06 09:03:21 +00:00
Member

As suggested in #27 we should store the gitea app data in the mounted PVC. Currently it is stored in /app/gitea.
The default value APP_DATA_PATH is set in app.ini.

Tested on one cluster. If someone else want to test this, you can get the pre release version with:

helm repo add novum-rgi https://novumrgi.github.io/helm/
helm install gitea novum-rgi/gitea --version 1.5.4

Also added a few things in the README (MariaDB values and default value handling explanation)

As suggested in #27 we should store the gitea app data in the mounted PVC. Currently it is stored in /app/gitea. The default value APP_DATA_PATH is set in app.ini. Tested on one cluster. If someone else want to test this, you can get the pre release version with: ``` helm repo add novum-rgi https://novumrgi.github.io/helm/ helm install gitea novum-rgi/gitea --version 1.5.4 ``` Also added a few things in the README (MariaDB values and default value handling explanation)
zeripath approved these changes 2020-10-01 12:53:34 +00:00
Dismissed
luhahn force-pushed master from a009fbe8c0 to a9b0beebd3 2020-10-06 07:06:32 +00:00 Compare
Author
Member

Now tested on two different clusters, also checked the container filesystem, everything as expected now stored in /data

Now tested on two different clusters, also checked the container filesystem, everything as expected now stored in /data
lunny approved these changes 2020-10-06 09:03:08 +00:00
Dismissed
lunny merged commit 4c17cc839e into master 2020-10-06 09:03:21 +00:00
Sign in to join this conversation.
No description provided.