Andreas Geissler | 9eb2c11 | 2022-11-21 14:13:23 +0100 | [diff] [blame] | 1 | apiVersion: kiali.io/v1alpha1 |
| 2 | kind: Kiali |
| 3 | metadata: |
| 4 | name: kiali |
| 5 | namespace: istio-system |
| 6 | annotations: |
| 7 | ansible.operator-sdk/verbosity: "1" |
| 8 | spec: |
| 9 | auth: |
| 10 | strategy: anonymous |
| 11 | istio_component_namespaces: |
| 12 | prometheus: monitoring |
| 13 | external_services: |
| 14 | grafana: |
| 15 | in_cluster_url: http://prometheus-stack-grafana.monitoring |
| 16 | prometheus: |
| 17 | url: http://prometheus-stack-kube-prom-prometheus.monitoring:9090 |
| 18 | tracing: |
| 19 | in_cluster_url: http://istio-query.observability:16686 |
| 20 | deployment: |
| 21 | accessible_namespaces: ["**"] |
| 22 | view_only_mode: false |
| 23 | server: |
| 24 | web_root: "/kiali" |