Adding gitea backup first implementation without permissions

This commit is contained in:
Moritz Graf 2020-05-01 21:10:38 +02:00
parent e7685f2c62
commit 06c9de6175
3 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,7 @@ And finally unzip inside shell on pod:
cd /data/git/ cd /data/git/
unzip gitea-repo.zip unzip gitea-repo.zip
mv repositories/ gitea-repositories/ mv repositories/ gitea-repositories/
chown -R git. ./gitea-repositories/
``` ```
Then login to git.moritzgraf.de and proceed with default values, or adjust them. Then login to git.moritzgraf.de and proceed with default values, or adjust them.

Binary file not shown.

View File

@ -5,6 +5,12 @@ persistence:
storageClass: openebs-hostpath storageClass: openebs-hostpath
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
resources:
gitea:
requests:
memory: 200Mi
cpu: 100m
mariadb: mariadb:
enabled: true enabled: true
rootUser: rootUser: