Skip to content

Commit

Permalink
fix: prometheus endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Nov 26, 2022
1 parent 1f7aeb8 commit 63e4abb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions charts/istio/charts/kiali-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deployment:
# This only limits what Kiali will attempt to see, but Kiali Service Account has permissions to see everything.
# For more control over what the Kial Service Account can see, use the Kiali Operator
accessible_namespaces:
- "**"
- "**"
additional_service_yaml: {}
affinity:
node: {}
Expand Down Expand Up @@ -82,17 +82,20 @@ external_services:
enabled: true
istio:
root_namespace: ""
prometheus:
url: http://monitoring-kube-prometheus-prometheus.monitoring:9090

identity: {}
identity:
{}
#cert_file:
#private_key_file:

kiali_feature_flags:
certificates_information_indicators:
enabled: true
secrets:
- cacerts
- istio-ca-secret
- cacerts
- istio-ca-secret
clustering:
enabled: true
disabled_features: []
Expand Down

0 comments on commit 63e4abb

Please sign in to comment.