@@ -97,27 +97,7 @@ The complete OpenCloud deployment with all components for production use:
97
97
98
98
[ View Full Chart Documentation] ( ./charts/opencloud-full/README.md )
99
99
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
+ #
121
101
122
102
## 🚀 Installation
123
103
@@ -139,24 +119,6 @@ kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
139
119
timoni bundle apply -f ./charts/opencloud-full/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments/timoni/runtime.cue
140
120
```
141
121
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
- ```
160
122
161
123
### Installing from OCI Registry
162
124
0 commit comments