Add documentation for the helm chart

This commit is contained in:
Nico Kahlert
2026-03-12 13:07:19 +01:00
parent a166bd4a99
commit 080b87a277
+29
View File
@@ -216,3 +216,32 @@ Hardcoded defaults in `src/common/config.rs`:
| Deduplication | No | No | Always on |
| Thumbnails | No | No | Always on |
| Chunked uploads | No | No | Always on |
# Kubernetes Setup
## 01 - Dependencies
- K8S Cluster
- Default StorageClass
- Ingress Controller
- Helm
## 02 - Deployment
Change the `charts/oxicloud/values.yaml` to match your setup.
To install the Chart run:
```bash
helm upgrade --install oxicloud charts/oxicloud -f charts/oxicloud/values.yaml
```
## 03 - Verification
To verify your deployment run:
```bash
kubectl get pods -n oxicloud
kubectl logs statefulset/oxicloud -n oxicloud
```
If you have collabora enabled you want to check the logs:
```bash
kubectl logs statefulset/oxicloud -n oxicloud | grep "WOPI discovery loaded"
```