@@ -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
@@ -130,7 +110,7 @@ You can install the Helm charts either directly from this Git repository or from
130110git clone https://github.com/opencloud-eu/helm.git
131111
132112# Install Full Chart
133- cd charts/opencloud-full/deployments
113+ cd charts/opencloud-full/deployments/helm
134114helmfile sync
135115```
136116You can also install it with timoni instead of helm:
@@ -139,24 +119,6 @@ kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
139119timoni 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