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