Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
3d8f2b6e
Commit
3d8f2b6e
authored
Dec 16, 2017
by
Axel Köhler
Committed by
k8s-ci-robot
Dec 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/influxdb] passing environment variables to influx (#3007)
parent
a8ed7816
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+4
-0
values.yaml
stable/influxdb/values.yaml
+7
-0
No files found.
stable/influxdb/Chart.yaml
View file @
3d8f2b6e
name
:
influxdb
version
:
0.
6.1
version
:
0.
7.0
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
-
influxdb
...
...
stable/influxdb/templates/deployment.yaml
View file @
3d8f2b6e
...
...
@@ -43,6 +43,10 @@ spec:
-
name
:
opentsdb
containerPort
:
{{
.Values.config.opentsdb.bind_address
}}
{{
- end
}}
{{
if .Values.env
}}
env
:
{{
toYaml .Values.env | indent 10
}}
{{
- end
}}
livenessProbe
:
httpGet
:
path
:
/ping
...
...
stable/influxdb/values.yaml
View file @
3d8f2b6e
...
...
@@ -82,6 +82,13 @@ resources:
##
nodeSelector
:
{}
## The InfluxDB image uses several environment variables to automatically
## configure certain parts of the server.
## Ref: https://hub.docker.com/_/influxdb/
env
:
# - name: INFLUXDB_DB
# value: "demo"
## Change InfluxDB configuration paramaters below:
## Defaults are indicated
## ref: https://docs.influxdata.com/influxdb/v1.1/administration/config/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment