File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ helmfile sync
135135```
136136You can also install it with timoni instead of helm:
137137``` bash
138- kubectl apply -f ./charts/opencloud-full/deployment /timoni/ && \
139- timoni bundle apply -f ./charts/opencloud-full/deployment /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment /timoni/runtime.cue
138+ kubectl apply -f ./charts/opencloud-full/deployments /timoni/ && \
139+ timoni bundle apply -f ./charts/opencloud-full/deployments /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments /timoni/runtime.cue
140140```
141141
142142``` bash
@@ -169,8 +169,8 @@ helmfile sync
169169```
170170You can also install it with timoni instead of helm:
171171``` bash
172- kubectl apply -f ./charts/opencloud-full/deployment /timoni/ && \
173- timoni bundle apply -f ./charts/opencloud-full/deployment /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment /timoni/runtime.cue
172+ kubectl apply -f ./charts/opencloud-full/deployments /timoni/ && \
173+ timoni bundle apply -f ./charts/opencloud-full/deployments /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments /timoni/runtime.cue
174174```
175175
176176``` bash
Original file line number Diff line number Diff line change 11# Install
22
3- kubectl apply -f ./charts/opencloud-full/deployment /timoni/ && \
4- timoni bundle apply -f ./charts/opencloud-full/deployment /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment /timoni/runtime.cue
3+ kubectl apply -f ./charts/opencloud-full/deployments /timoni/ && \
4+ timoni bundle apply -f ./charts/opencloud-full/deployments /timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments /timoni/runtime.cue
55
66
Original file line number Diff line number Diff line change @@ -28,10 +28,33 @@ bundle: {
2828 keycloak : {
2929 enabled : true
3030 domain : string @timoni (runtime:string:KEYCLOAK_DOMAIN )
31+ postgresql : {
32+ password : " keycloak "
33+ }
34+ config : {
35+ adminPassword : " admin "
36+ }
3137 }
3238 minio : {
3339 enabled : true
3440 domain : string @timoni (runtime:string:MINIO_DOMAIN )
41+ config : {
42+ rootPassword : " opencloud-secret-key "
43+ }
44+ }
45+ onlyoffice : {
46+ config : {
47+ coAuthoring : {
48+ secret : {
49+ inbox : " Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb "
50+ outbox : " Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb "
51+ session : " Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb "
52+ }
53+ }
54+ rabbitmq : {
55+ url : " amqp://guest:Dd0SXIe1k9osdfjkmA0TK1bb1B1d38OFSb@localhost "
56+ }
57+ }
3558 }
3659 ingress : {
3760 enabled : false
@@ -85,6 +108,7 @@ bundle: {
85108 }
86109 }
87110 }
111+
88112 appsIntegration : {
89113 enabled : true
90114 wopiIntegration : {
You can’t perform that action at this time.
0 commit comments