aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/resources/yaml/kiali.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-11-21 14:13:23 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2022-11-30 12:46:30 +0000
commitdf69a9ce6072acd0edb5aa7b87c0a82ebdd04249 (patch)
tree77ac5838cc4dc3fcd981bcd8c88f201a65ddf27d /docs/sections/resources/yaml/kiali.yaml
parent4a490084122eba1ca2cc704e6518cbf88a492eb4 (diff)
[DOC] ServiceMesh documentation
Add instructions for SM Installation (addon guide), ONAP configuration (customize_override) and access guide Issue-ID: OOM-3006 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I31acad2c8c84ed3382e1c43897333f9ff565ff6d (cherry picked from commit 9eb2c11d39161671070085b21f73847b61ea8e5f)
Diffstat (limited to 'docs/sections/resources/yaml/kiali.yaml')
-rw-r--r--docs/sections/resources/yaml/kiali.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/sections/resources/yaml/kiali.yaml b/docs/sections/resources/yaml/kiali.yaml
new file mode 100644
index 0000000000..71d86ce265
--- /dev/null
+++ b/docs/sections/resources/yaml/kiali.yaml
@@ -0,0 +1,24 @@
+apiVersion: kiali.io/v1alpha1
+kind: Kiali
+metadata:
+ name: kiali
+ namespace: istio-system
+ annotations:
+ ansible.operator-sdk/verbosity: "1"
+spec:
+ auth:
+ strategy: anonymous
+ istio_component_namespaces:
+ prometheus: monitoring
+ external_services:
+ grafana:
+ in_cluster_url: http://prometheus-stack-grafana.monitoring
+ prometheus:
+ url: http://prometheus-stack-kube-prom-prometheus.monitoring:9090
+ tracing:
+ in_cluster_url: http://istio-query.observability:16686
+ deployment:
+ accessible_namespaces: ["**"]
+ view_only_mode: false
+ server:
+ web_root: "/kiali" \ No newline at end of file