Skip to content

Commit 7a6cad9

Browse files
fix virtualservice
1 parent 87c9af5 commit 7a6cad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
apiVersion: networking.istio.io/v1alpha3
2+
apiVersion: networking.istio.io/v1beta1
33
kind: VirtualService
44
metadata:
5-
name: pushgateway
5+
name: victoriametrics
66
spec:
77
hosts:
8-
- pushgateway
8+
- victoriametrics
99
gateways:
1010
- istio-system/gateway
1111
http:
@@ -14,6 +14,6 @@ spec:
1414
prefix: /
1515
route:
1616
- destination:
17-
host: pushgateway
17+
host: victoriametrics
1818
port:
1919
number: 80

0 commit comments

Comments
 (0)