Adding gitea backup first implementation without permissions
This commit is contained in:
parent
e7685f2c62
commit
06c9de6175
|
|
@ -182,6 +182,7 @@ And finally unzip inside shell on pod:
|
|||
cd /data/git/
|
||||
unzip gitea-repo.zip
|
||||
mv repositories/ gitea-repositories/
|
||||
chown -R git. ./gitea-repositories/
|
||||
```
|
||||
|
||||
Then login to git.moritzgraf.de and proceed with default values, or adjust them.
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -4,6 +4,12 @@ persistence:
|
|||
enabled: true
|
||||
storageClass: openebs-hostpath
|
||||
accessMode: ReadWriteOnce
|
||||
|
||||
resources:
|
||||
gitea:
|
||||
requests:
|
||||
memory: 200Mi
|
||||
cpu: 100m
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue