Use stock InfluxDB image (#1557)

This commit is contained in:
Ta-Ching Chen
2020-03-20 16:52:16 +08:00
committed by GitHub
parent 4fb1a8fbe8
commit a04c40d016
6 changed files with 4 additions and 730 deletions
+4 -4
View File
@@ -380,17 +380,17 @@ spec:
spec:
containers:
- name: influxdb
image: fission/influxdb
image: influxdb:1.7
imagePullPolicy: {{ .Values.pullPolicy }}
env:
- name: PRE_CREATE_DB
- name: INFLUXDB_DB
value: fissionFunctionLog
- name: ADMIN_USER
- name: INFLUXDB_ADMIN_USER
valueFrom:
secretKeyRef:
name: influxdb
key: username
- name: INFLUXDB_INIT_PWD
- name: INFLUXDB_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: influxdb