File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
charts/opencloud-full/deployments/timoni Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bundle: {
10
10
namespace : " opencloud "
11
11
values : {
12
12
repository : {
13
- url : " oci://ghcr.io/suse-coder/helm-charts "
13
+ url : " oci://ghcr.io/suse-coder/helm-charts "
14
14
}
15
15
chart : {
16
16
name : " opencloud-full "
@@ -38,9 +38,11 @@ bundle: {
38
38
minio : {
39
39
enabled : bool @timoni (runtime:bool:MINIO_ENABLED )
40
40
domain : string @timoni (runtime:string:MINIO_DOMAIN )
41
- persistenceSize : string @timoni (runtime:string:MINIO_PERSISTENCE_SIZE )
42
41
config : {
43
42
rootPassword : string @timoni (runtime:string:MINIO_ROOT_PASSWORD )
43
+ persistence : {
44
+ size : string @timoni (runtime:string:MINIO_PERSISTENCE_SIZE )
45
+ }
44
46
}
45
47
}
46
48
onlyoffice : {
@@ -113,7 +115,7 @@ bundle: {
113
115
}
114
116
}
115
117
}
116
-
118
+
117
119
appsIntegration : {
118
120
enabled : bool @timoni (runtime:bool:APPS_INTEGRATION_ENABLED )
119
121
wopiIntegration : {
@@ -132,7 +134,7 @@ bundle: {
132
134
ingressClassName : string @timoni (runtime:string:COLLABORA_INGRESS_CLASS_NAME )
133
135
annotations : {
134
136
" nginx.ingress.kubernetes.io/proxy-body-size " : string @timoni (runtime:string:COLLABORA_INGRESS_PROXY_BODY_SIZE )
135
- }
137
+ }
136
138
}
137
139
},
138
140
{
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ runtime: {
85
85
" COLLABORA_INGRESS_CLASS_NAME " : " obj.data.COLLABORA_INGRESS_CLASS_NAME "
86
86
" COLLABORA_INGRESS_PROXY_BODY_SIZE " : " obj.data.COLLABORA_INGRESS_PROXY_BODY_SIZE "
87
87
" ONLYOFFICE_ENABLED " : " obj.data.ONLYOFFICE_ENABLED "
88
+ " ONLYOFFICE_DOMAIN " : " obj.data.ONLYOFFICE_DOMAIN "
88
89
" ONLYOFFICE_INSECURE " : " obj.data.ONLYOFFICE_INSECURE "
89
90
" ONLYOFFICE_DISABLE_PROOF " : " obj.data.ONLYOFFICE_DISABLE_PROOF "
90
91
" ONLYOFFICE_INGRESS_ENABLED " : " obj.data.ONLYOFFICE_INGRESS_ENABLED "
@@ -144,7 +145,7 @@ runtime: {
144
145
KEYCLOAK_ENABLED : true
145
146
MINIO_ENABLED : true
146
147
MINIO_PERSISTENCE_SIZE : " 40Gi "
147
- ONLYOFFICE_DOMAIN : strings . TrimPrefix ( strings . TrimPrefix ( parameter . ONLYOFFICE_URI , " https:// " ), " http:// " )
148
+ ONLYOFFICE_DOMAIN : " "
148
149
INGRESS_ENABLED : false
149
150
INGRESS_CLASS_NAME : " nginx "
150
151
INGRESS_PROXY_BODY_SIZE : " 1024m "
You can’t perform that action at this time.
0 commit comments