Skip to content

Commit 6d9c22f

Browse files
authored
Merge pull request opencloud-eu#56 from kastl-ars/20250529_wopi_domain_missing_in_README
charts/opencloud/README.md: add global.domain.wopi
2 parents 049fde1 + 85a58a2 commit 6d9c22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/opencloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

408408
7. **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

Comments
 (0)