Skip to content

Commit 94ab8c9

Browse files
authored
[Perses] Document url_format (#920)
1 parent 592b51b commit 94ab8c9

File tree

1 file changed

+13
-0
lines changed
  • content/en/docs/Configuration/p8s-jaeger-grafana

1 file changed

+13
-0
lines changed

content/en/docs/Configuration/p8s-jaeger-grafana/perses.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ spec:
6363
The described configuration is done in the Kiali CR when Kiali is installed using the Kiali Operator. If Kiali is installed with the Helm chart then the correct way to configure this is via regular --set flags.
6464
{{% /alert %}}
6565
66+
When running Perses with the cluster observability operator in OpenShift, it requires an additional configuration item (Available from Kiali >2.17), so the url format can be compatible with the plugin UI URL:
67+
68+
```yaml
69+
spec:
70+
external_services:
71+
perses:
72+
...
73+
url_format: "openshift"
74+
```
75+
76+
The internal URL shouldn't be set to avoid an internal validation of the Dashboards.
77+
The external URL should be set to the OpenShift cluster, without the additional path.
78+
6679
### Perses authentication configuration
6780
6881
The Kiali CR provides authentication configuration that will be used to connect to your perses instance and for detecting your perses version in the Mesh graph.

0 commit comments

Comments
 (0)