35 lines
597 B
Markdown
35 lines
597 B
Markdown
# cloud.limbosolutions.com
|
|
|
|
Welcome to public repository of [https://cloud.limbosolutions.com](https://cloud.limbosolutions.com)
|
|
|
|
Using [NextCloud](https://nextcloud.com/)
|
|
|
|
## kubernetes
|
|
|
|
### namespace
|
|
|
|
``` yaml
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: cloud-limbosolutions-com
|
|
labels:
|
|
name: cloud-limbosolutions-com
|
|
```
|
|
|
|
### helm chart - nextcloud
|
|
|
|
``` bash
|
|
helm repo add nextcloud https://nextcloud.github.io/helm/
|
|
helm repo update
|
|
```
|
|
|
|
Install/Upgrade Helm Chart
|
|
|
|
``` bash
|
|
./nexcloud/helm-up.sh
|
|
```
|
|
|
|
## backup
|
|
|
|
[kubernets cron job](./jobs/backup) |