Commit ffeb9820 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10528 from dchen1107/cleanup

Persistent influxdb data to directory on local host.
parents 513bf2ce ff176237
......@@ -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:
......@@ -36,4 +39,7 @@ spec:
value: monitoring-influxdb
- name: INFLUXDB_PORT
value: "8086"
volumes:
- name: influxdb-persistent-storage
emptyDir: {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment