mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
40588021d4
* 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
19 lines
422 B
YAML
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
|