Skip to content

Commit b99dc52

Browse files
committed
docs: Update README with instructions on helm install
1 parent 78b27fb commit b99dc52

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,17 @@ uv sync
7272

7373
# Or using Docker
7474
docker pull ghcr.io/cbcoutinho/nextcloud-mcp-server:latest
75+
76+
# Or deploy to Kubernetes with Helm
77+
helm repo add nextcloud-mcp https://cbcoutinho.github.io/nextcloud-mcp-server
78+
helm repo update
79+
helm install nextcloud-mcp nextcloud-mcp/nextcloud-mcp-server \
80+
--set nextcloud.host=https://cloud.example.com \
81+
--set auth.basic.username=myuser \
82+
--set auth.basic.password=mypassword
7583
```
7684

77-
See [Installation Guide](docs/installation.md) for detailed instructions.
85+
See [Installation Guide](docs/installation.md) for detailed instructions, or [Helm Chart README](charts/nextcloud-mcp-server/README.md) for Kubernetes deployment.
7886

7987
### 2. Configure
8088

0 commit comments

Comments
 (0)