Skip to content

Commit

Permalink
Update Release prometheus to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Donyintao committed Mar 29, 2019
1 parent fad9ddc commit e49861d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prometheus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ spec:
volumeMounts:
- name: config-volume
mountPath: /etc/prometheus
- name: rules-volume
mountPath: /etc/prometheus-rules
- name: tz-config
mountPath: /etc/localtime
volumes:
- name: config-volume
configMap:
name: prometheus
- name: rules-volume
configMap:
name: prometheus-rules
- name: tz-config
hostPath:
path: /usr/share/zoneinfo/Asia/Shanghai
Expand Down

0 comments on commit e49861d

Please sign in to comment.