Files
Homelabv4/infrastructure/prometheus/manifests/istio-virtualservice.yaml
T
2026-03-09 20:21:35 -05:00

17 lines
369 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: prometheus
namespace: prometheus
spec:
hosts:
- prometheus.kube.huskypup.net
gateways:
- istio-system/edge
http:
- route:
- destination:
host: kube-prometheus-stack-prometheus.prometheus.svc.cluster.local
port:
number: 9090