19 lines
336 B
YAML
19 lines
336 B
YAML
# virtual-service.yaml
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: grafana-vs
|
|
namespace: grafana
|
|
spec:
|
|
hosts:
|
|
- "monitoring.gpulive.nhncloud.com"
|
|
gateways:
|
|
- istio-system/workload-proxy-gateway
|
|
http:
|
|
- route:
|
|
- destination:
|
|
port:
|
|
number: 80
|
|
host: grafana
|
|
|