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/
|
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.
|
|
@ -4,6 +4,12 @@ persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: openebs-hostpath
|
storageClass: openebs-hostpath
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
|
||||||
|
resources:
|
||||||
|
gitea:
|
||||||
|
requests:
|
||||||
|
memory: 200Mi
|
||||||
|
cpu: 100m
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue