From 641c51b167a3d7d982771b1d79281fefdd1ccbe1 Mon Sep 17 00:00:00 2001 From: mingqing Date: Wed, 11 Apr 2018 15:37:57 +0800 Subject: [PATCH] Update influxdb config path --- manifests/heapster/influxdb-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/heapster/influxdb-deployment.yaml b/manifests/heapster/influxdb-deployment.yaml index 1bc13f6e3..ebc8fe965 100644 --- a/manifests/heapster/influxdb-deployment.yaml +++ b/manifests/heapster/influxdb-deployment.yaml @@ -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