@@ -221,6 +221,7 @@ This will prepend `my-registry.com/` to all image references in the chart. For e
221
221
| ` global.domain.collabora ` | Domain for Collabora | ` collabora.opencloud.test ` |
222
222
| ` global.domain.onlyoffice ` | Domain for OnlyOffice | ` onlyoffice.opencloud.test ` |
223
223
| ` global.domain.companion ` | Domain for Companion | ` companion.opencloud.test ` |
224
+ | ` global.domain.wopi ` | Domain for WOPI server | ` wopiserver.opencloud.test ` |
224
225
| ` global.tls.enabled ` | Enable TLS (set to false when using gateway TLS termination externally) | ` false ` |
225
226
| ` global.tls.secretName ` | secretName for TLS certificate | ` "" ` |
226
227
| ` global.storage.storageClass ` | Storage class for persistent volumes | ` "" ` |
@@ -347,7 +348,6 @@ This ensures the `X-Forwarded-Proto: https` header is added as required by OnlyO
347
348
| Parameter | Description | Default |
348
349
| --------- | ----------- | ------- |
349
350
| ` collaboration.enabled ` | Enable collaboration service | ` true ` |
350
- | ` collaboration.wopiDomain ` | WOPI server domain | ` collaboration.opencloud.test ` |
351
351
| ` collaboration.resources ` | CPU/Memory resource requests/limits | ` {} ` |
352
352
353
353
## Gateway API Configuration
@@ -406,7 +406,7 @@ The following HTTPRoutes are created when `httpRoute.enabled` is set to `true`:
406
406
- Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
407
407
408
408
7 . ** Collaboration (WOPI) HTTPRoute** (when ` collaboration.enabled ` is ` true ` ):
409
- - Hostname: ` collaboration.wopiDomain `
409
+ - Hostname: ` global.domain.wopi `
410
410
- Service: ` {{ release-name }}-collaboration `
411
411
- Port: 9300
412
412
- Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
0 commit comments