Grafana Virtual Service has incorrect destination resulting in a 503.
The issue appears to be with the grafana virtual service's destination not matching the grafana serivce name.
When deploying via the umbrella repo you end up with:
The monitoring-monitoring-grafana
service.
The monitoring-monitoring-kube-grafana
virtual service.
A destination host of kube-prometheus-stack-grafana
The issue appears to be here: https://repo1.dsop.io/platform-one/big-bang/apps/core/monitoring/-/blob/main/chart/templates/bigbang/grafana-vs.yaml#L20
I think that line needs to be:
host: {{ .Release.Name }}-grafana
It looks as though this issue was introduced here:
https://repo1.dsop.io/platform-one/big-bang/apps/core/monitoring/-/commit/b8c7935e1e35db5a64645ef1166be2629af8e36d#91be24077729f27584edeeb1e984ee5c6b808d39_21_20