prysm-pulse/k8s/monitoring/jaeger-collector.virtualservice.yaml
Preston Van Loon 40588021d4 Add eth1 balance monitoring alert (#2575)
* Add eth1 balance monitoring

* lint

* lint

* priority

* lint

* use value in alerts

* fix beacon-chain service

* working on stability

* more yaml

* add more alerts to the finality alerts

* add nother header to ignore

* extend requirement time for low balance

* remove old flag

* remove extra flag

* feedback to use consistent flag
2019-05-19 10:52:17 -04:00

19 lines
422 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: jaeger-collector-virtual-service
namespace: istio-system
spec:
hosts:
- jaeger-collector.istio-system.svc.cluster.local
gateways:
- mesh
http:
- match:
- port: 14268
route:
- destination:
host: jaeger-collector.istio-system.svc.cluster.local
port:
number: 14268