Files
nextcloud/README.md
2025-03-08 09:31:12 +00:00

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)