diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index a23eefc..0e1e19a 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -15,6 +15,9 @@ spec: labels: app: prometheus spec: + securityContext: + runAsUser: 0 + runAsGroup: 0 containers: - name: prometheus image: prom/prometheus:v2.53.0