update prometheus config
This commit is contained in:
parent
e2cf25d255
commit
965e4454f1
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: darkdork-dev
|
namespace: darkdork-dev
|
||||||
name: prometheus-config
|
name: prometheus-config
|
||||||
data:
|
data:
|
||||||
prometheus.yaml: |
|
prometheus.yml: |
|
||||||
global:
|
global:
|
||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ spec:
|
||||||
- name: prometheus-data
|
- name: prometheus-data
|
||||||
mountPath: /prometheus
|
mountPath: /prometheus
|
||||||
- name: prometheus-config
|
- name: prometheus-config
|
||||||
mountPath: /etc/prometheus/prometheus.yaml
|
mountPath: /etc/prometheus/prometheus.yml
|
||||||
subPath: prometheus.yaml
|
subPath: prometheus.yml
|
||||||
volumes:
|
volumes:
|
||||||
- name: prometheus-data
|
- name: prometheus-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue