Skip to content

Commit

Permalink
Merge pull request kubernetes#10528 from dchen1107/cleanup
Browse files Browse the repository at this point in the history
Persistent influxdb data to directory on local host.
  • Loading branch information
zmerlynn committed Jul 1, 2015
2 parents 513bf2c + ff17623 commit ffeb982
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
hostPort: 8083
- containerPort: 8086
hostPort: 8086
volumeMounts:
- name: influxdb-persistent-storage
mountPath: /data
- image: gcr.io/google_containers/heapster_grafana:v0.7
name: grafana
env:
Expand All @@ -36,4 +39,7 @@ spec:
value: monitoring-influxdb
- name: INFLUXDB_PORT
value: "8086"
volumes:
- name: influxdb-persistent-storage
emptyDir: {}

0 comments on commit ffeb982

Please sign in to comment.