Merge pull request #338 from 3dwardch3ng/infra/prometheus

run docker with user root
This commit is contained in:
2024-06-26 15:59:31 +10:00
committed by GitHub

View File

@@ -15,6 +15,9 @@ spec:
labels:
app: prometheus
spec:
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: prometheus
image: prom/prometheus:v2.53.0