## Incorrect tabulation in YAML configuration of Monitoring stack's Prometheus Service
In the chapter _G035 - Deploying services 04 ~ Monitoring stack - Part 4 - Prometheus server_, the YAML for the Monitoring stack's Prometheus Service had the `metadata.annotations` block misplaced by two spaces (one soft tab).
This mistake was NOT present in the corresponding `server-prometheus.service.yaml` file in the `monitoring` Kustomize project.
Signed-off-by: viktis1 <100191047+viktis1@users.noreply.github.com>
Co-authored-by: Eduardo Higueras Ledesma <edo.esp@gmail.com>