Fix service names in metrics
This commit is contained in:
parent
ee83391296
commit
89780039fc
@ -10,13 +10,13 @@ metadata:
|
||||
{{ include "kubezero-lib.labels" $ | indent 4 }}
|
||||
spec:
|
||||
hosts:
|
||||
- {{ index $service.url }}
|
||||
- {{ $service.url }}
|
||||
gateways:
|
||||
- {{ index $service.gateway }}
|
||||
- {{ $service.gateway }}
|
||||
http:
|
||||
- route:
|
||||
- destination:
|
||||
host: metrics-{{- $name }}
|
||||
host: {{ $service.destination }}
|
||||
---
|
||||
{{- end }}
|
||||
|
||||
|
@ -181,15 +181,18 @@ istio:
|
||||
ipBlocks: []
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-grafana
|
||||
|
||||
prometheus:
|
||||
enabled: false
|
||||
ipBlocks: []
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-kube-prometheus-st-prometheus
|
||||
|
||||
alertmanager:
|
||||
enabled: false
|
||||
ipBlocks: []
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-kube-prometheus-st-alertmanager
|
||||
|
Loading…
Reference in New Issue
Block a user