You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This route is used for the WOPI protocol communication between OnlyOffice and the collaboration service
1013
-
1014
-
7.**Collabora HTTPRoute** (when `collabora.enabled` is `true`):
1015
-
- Hostname: `global.domain.collabora`
1016
-
- Service: `{{ release-name }}-collabora`
1017
-
- Port: 9980
1018
-
- Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
1019
-
1020
-
8.**Collaboration (WOPI) HTTPRoute** (when `collaboration.enabled` is `true`):
1021
-
- Hostname: `collaboration.wopiDomain`
1022
-
- Service: `{{ release-name }}-collaboration`
1023
-
- Port: 9300
1024
-
- Headers: Adds Permissions-Policy header to prevent browser features like interest-based advertising
1025
-
1026
-
All HTTPRoutes are configured to use the same Gateway specified by `httpRoute.gateway.name` and `httpRoute.gateway.namespace`.
1027
-
1028
966
## Setting Up Gateway API with Talos, Cilium, and cert-manager
1029
967
1030
-
This section provides a practical guide to setting up the Gateway API with Talos, Cilium, and cert-manager for the production OpenCloud chart.
968
+
This section provides a practical guide to setting up the Gateway API with Talos Kubernetes, Cilium, and cert-manager for the production OpenCloud chart.
0 commit comments