From b414ebb4277adad189cab22611e7fa69cb067d4f Mon Sep 17 00:00:00 2001 From: HDW Date: Fri, 1 May 2026 12:32:26 +0200 Subject: [PATCH] monitoring --- infrastructure/prometheus/monitoring-app.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/prometheus/monitoring-app.yaml b/infrastructure/prometheus/monitoring-app.yaml index 519c833..118c291 100644 --- a/infrastructure/prometheus/monitoring-app.yaml +++ b/infrastructure/prometheus/monitoring-app.yaml @@ -20,6 +20,11 @@ spec: prometheus: prometheusSpec: # Prometheus soll nur auf Nodes mit diesem Label laufen: + securityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 0 + runAsNonRoot: false nodeSelector: tier: infra retention: 7d