diff --git a/helm/vistio/values-with-ingress.yaml b/helm/vistio/values-with-ingress.yaml index 38ec264..cad1d74 100644 --- a/helm/vistio/values-with-ingress.yaml +++ b/helm/vistio/values-with-ingress.yaml @@ -10,7 +10,7 @@ vistioConfig: clusterConnections: # Total requests per second coming into the ingress controller from internet - query: sum(rate(istio_request_count{destination_service="istio-ingressgateway.istio-system.svc.cluster.local"}[1m])) by (response_code) - prometheusURL: http://prometheus.istio-system + prometheusURL: http://prometheus.istio-system:9090 source: replacement: INTERNET target: @@ -26,7 +26,7 @@ vistioConfig: maxVolume: 3000 serviceConnections: - query: sum(rate(istio_request_count[1m])) by (source_service,destination_service,response_code) - prometheusURL: http://prometheus.istio-system + prometheusURL: http://prometheus.istio-system:9090 source: label: source_service target: @@ -44,4 +44,4 @@ vistioConfig: # Warning alert at 1% warning: .01 # Error alert at 5% - error: .05 \ No newline at end of file + error: .05