From c78e8b02ee75bcfa392585ef427e272db161f48b Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 2 Jul 2026 22:44:28 +0200 Subject: [PATCH] autocommit --- helm/kiali/templates/kiali-cr.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/helm/kiali/templates/kiali-cr.yaml b/helm/kiali/templates/kiali-cr.yaml index e69de29..ec66c98 100644 --- a/helm/kiali/templates/kiali-cr.yaml +++ b/helm/kiali/templates/kiali-cr.yaml @@ -0,0 +1,18 @@ +apiVersion: kiali.io/v1alpha1 +kind: Kiali +metadata: + name: kiali + namespace: istio-system +spec: + auth: + strategy: anonymous + deployment: + accessible_namespaces: + - '**' + ingress: + enabled: true + external_services: + istio: + root_namespace: istio-system +# prometheus: +# url: http://prometheus.istio-system:9090