add prod prom
parent
3c4395562c
commit
dd5ec40dd4
|
@ -66,6 +66,9 @@ spec:
|
|||
containers:
|
||||
- name: prometheus
|
||||
image: prom/prometheus:v2.51.2
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
args:
|
||||
- --config.file=/etc/prometheus/prometheus.yaml
|
||||
- --storage.tsdb.path=/prometheus/data
|
||||
|
|
Loading…
Reference in New Issue