Update influxdb config path
parent
b138b1b3db
commit
641c51b167
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue