Merge pull request #172 from mingqing/fix-influxdb-mountPath

Update influxdb config path
pull/179/merge
Jimmy Song 2018-04-11 22:05:56 +08:00 committed by GitHub
commit 18dba08184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,11 +13,12 @@ spec:
spec:
containers:
- 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
volumeMounts:
- mountPath: /data
name: influxdb-storage
- mountPath: /etc/influxdb/influxdb.conf
- mountPath: /etc/config.toml
name: influxdb-config
volumes:
- name: influxdb-storage