We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9af5 commit 7a6cad9Copy full SHA for 7a6cad9
apps/monitoring/victoriametrics/components/istio/istio-virtualservice.yaml
@@ -1,11 +1,11 @@
1
---
2
-apiVersion: networking.istio.io/v1alpha3
+apiVersion: networking.istio.io/v1beta1
3
kind: VirtualService
4
metadata:
5
- name: pushgateway
+ name: victoriametrics
6
spec:
7
hosts:
8
- - pushgateway
+ - victoriametrics
9
gateways:
10
- istio-system/gateway
11
http:
@@ -14,6 +14,6 @@ spec:
14
prefix: /
15
route:
16
- destination:
17
- host: pushgateway
+ host: victoriametrics
18
port:
19
number: 80
0 commit comments