@@ -221,6 +221,7 @@ This will prepend `my-registry.com/` to all image references in the chart. For e
221221| ` global.domain.collabora ` | Domain for Collabora | ` collabora.opencloud.test ` |
222222| ` global.domain.onlyoffice ` | Domain for OnlyOffice | ` onlyoffice.opencloud.test ` |
223223| ` global.domain.companion ` | Domain for Companion | ` companion.opencloud.test ` |
224+ | ` global.domain.wopi ` | Domain for WOPI server | ` wopiserver.opencloud.test ` |
224225| ` global.tls.enabled ` | Enable TLS (set to false when using gateway TLS termination externally) | ` false ` |
225226| ` global.tls.secretName ` | secretName for TLS certificate | ` "" ` |
226227| ` 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
347348| Parameter | Description | Default |
348349| --------- | ----------- | ------- |
349350| ` collaboration.enabled ` | Enable collaboration service | ` true ` |
350- | ` collaboration.wopiDomain ` | WOPI server domain | ` collaboration.opencloud.test ` |
351351| ` collaboration.resources ` | CPU/Memory resource requests/limits | ` {} ` |
352352
353353## Gateway API Configuration
@@ -406,7 +406,7 @@ The following HTTPRoutes are created when `httpRoute.enabled` is set to `true`:
406406 - Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
407407
4084087 . ** Collaboration (WOPI) HTTPRoute** (when ` collaboration.enabled ` is ` true ` ):
409- - Hostname: ` collaboration.wopiDomain `
409+ - Hostname: ` global.domain.wopi `
410410 - Service: ` {{ release-name }}-collaboration `
411411 - Port: 9300
412412 - Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
0 commit comments