Merge pull request #172 from mingqing/fix-influxdb-mountPath
Update influxdb config pathpull/179/merge
commit
18dba08184
|
@ -13,11 +13,12 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
|
# image: gcr.io/google_containers/heapster-influxdb-amd64:v1.1.1
|
||||||
image: sz-pg-oam-docker-hub-001.tendcloud.com/library/heapster-influxdb-amd64:v1.1.1
|
image: sz-pg-oam-docker-hub-001.tendcloud.com/library/heapster-influxdb-amd64:v1.1.1
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: influxdb-storage
|
name: influxdb-storage
|
||||||
- mountPath: /etc/influxdb/influxdb.conf
|
- mountPath: /etc/config.toml
|
||||||
name: influxdb-config
|
name: influxdb-config
|
||||||
volumes:
|
volumes:
|
||||||
- name: influxdb-storage
|
- name: influxdb-storage
|
||||||
|
|
Loading…
Reference in New Issue