Skip to content

Commit 2f64fa2

Browse files
author
Your Name
committed
Bump up
1 parent 1d2c788 commit 2f64fa2

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

charts/opencloud-full/README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,7 @@ The complete OpenCloud deployment with all components for production use:
9797

9898
[View Full Chart Documentation](./charts/opencloud-full/README.md)
9999

100-
### Production Chart (`charts/opencloud`)
101-
102-
The complete OpenCloud deployment with all components for production use:
103-
104-
- Full microservices architecture
105-
- Keycloak for authentication
106-
- MinIO for object storage
107-
- Document editing with Collabora and/or OnlyOffice
108-
- Full Gateway API integration
109-
110-
[View Production Chart Documentation](./charts/opencloud/README.md)
111-
112-
### Development Chart (`charts/opencloud-dev`)
113-
114-
A lightweight single-container deployment for development and testing:
115-
116-
- Simplified deployment (single Docker container)
117-
- Minimal resource requirements
118-
- Quick setup for testing
119-
120-
[View Development Chart Documentation](./charts/opencloud-dev/README.md)
100+
#
121101

122102
## 🚀 Installation
123103

@@ -139,24 +119,6 @@ kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
139119
timoni bundle apply -f ./charts/opencloud-full/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments/timoni/runtime.cue
140120
```
141121

142-
```bash
143-
# Install Production Chart
144-
cd helm
145-
helm install opencloud ./charts/opencloud \
146-
--namespace opencloud \
147-
--create-namespace \
148-
--set httpRoute.enabled=true \
149-
--set httpRoute.gateway.name=opencloud-gateway \
150-
--set httpRoute.gateway.namespace=kube-system
151-
152-
153-
154-
# Or install Development Chart
155-
cd helm
156-
helm install opencloud ./charts/opencloud-dev \
157-
--namespace opencloud \
158-
--create-namespace
159-
```
160122

161123
### Installing from OCI Registry
162124

0 commit comments

Comments
 (0)