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
135
135
```
136
136
You can also install it with timoni instead of helm:
137
137
``` 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
140
140
```
141
141
142
142
``` bash
@@ -169,8 +169,8 @@ helmfile sync
169
169
```
170
170
You can also install it with timoni instead of helm:
171
171
``` 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
174
174
```
175
175
176
176
``` bash
Original file line number Diff line number Diff line change 1
1
# Install
2
2
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
5
5
6
6
Original file line number Diff line number Diff line change @@ -28,10 +28,33 @@ bundle: {
28
28
keycloak : {
29
29
enabled : true
30
30
domain : string @timoni (runtime:string:KEYCLOAK_DOMAIN )
31
+ postgresql : {
32
+ password : " keycloak "
33
+ }
34
+ config : {
35
+ adminPassword : " admin "
36
+ }
31
37
}
32
38
minio : {
33
39
enabled : true
34
40
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
+ }
35
58
}
36
59
ingress : {
37
60
enabled : false
@@ -85,6 +108,7 @@ bundle: {
85
108
}
86
109
}
87
110
}
111
+
88
112
appsIntegration : {
89
113
enabled : true
90
114
wopiIntegration : {
You can’t perform that action at this time.
0 commit comments