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
10bc9fa5
Commit
10bc9fa5
authored
Jul 21, 2019
by
Aisuko
Committed by
Kubernetes Prow Robot
Jul 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reformat the broken format code (#15504)
Signed-off-by:
Aisuko
<
urakiny@gmail.com
>
parent
65823bc0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+6
-6
values.yaml
stable/influxdb/values.yaml
+1
-1
No files found.
stable/influxdb/Chart.yaml
View file @
10bc9fa5
apiVersion
:
v1
apiVersion
:
v1
name
:
influxdb
name
:
influxdb
version
:
1.
1.9
version
:
1.
2.0
appVersion
:
1.7.6
appVersion
:
1.7.6
description
:
Scalable datastore for metrics, events, and real-time analytics.
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
keywords
:
...
...
stable/influxdb/templates/deployment.yaml
View file @
10bc9fa5
...
@@ -24,27 +24,27 @@ spec:
...
@@ -24,27 +24,27 @@ spec:
ports
:
ports
:
-
name
:
api
-
name
:
api
containerPort
:
{{
.Values.config.http.bind_address
}}
containerPort
:
{{
.Values.config.http.bind_address
}}
{{
if .Values.config.admin.enabled -
}}
{{
- if .Values.config.admin.enabled
}}
-
name
:
admin
-
name
:
admin
containerPort
:
{{
.Values.config.admin.bind_address
}}
containerPort
:
{{
.Values.config.admin.bind_address
}}
{{
- end
}}
{{
- end
}}
{{
if .Values.config.graphite.enabled -
}}
{{
- if .Values.config.graphite.enabled
}}
-
name
:
graphite
-
name
:
graphite
containerPort
:
{{
.Values.config.graphite.bind_address
}}
containerPort
:
{{
.Values.config.graphite.bind_address
}}
{{
- end
}}
{{
- end
}}
{{
if .Values.config.collectd.enabled -
}}
{{
- if .Values.config.collectd.enabled
}}
-
name
:
collectd
-
name
:
collectd
containerPort
:
{{
.Values.config.collectd.bind_address
}}
containerPort
:
{{
.Values.config.collectd.bind_address
}}
{{
- end
}}
{{
- end
}}
{{
if .Values.config.udp.enabled -
}}
{{
- if .Values.config.udp.enabled
}}
-
name
:
udp
-
name
:
udp
containerPort
:
{{
.Values.config.udp.bind_address
}}
containerPort
:
{{
.Values.config.udp.bind_address
}}
{{
- end
}}
{{
- end
}}
{{
if .Values.config.opentsdb.enabled -
}}
{{
- if .Values.config.opentsdb.enabled
}}
-
name
:
opentsdb
-
name
:
opentsdb
containerPort
:
{{
.Values.config.opentsdb.bind_address
}}
containerPort
:
{{
.Values.config.opentsdb.bind_address
}}
{{
- end
}}
{{
- end
}}
{{
if .Values.env
}}
{{
-
if .Values.env
}}
env
:
env
:
{{
toYaml .Values.env | indent 10
}}
{{
toYaml .Values.env | indent 10
}}
{{
- end
}}
{{
- end
}}
...
...
stable/influxdb/values.yaml
View file @
10bc9fa5
...
@@ -122,7 +122,7 @@ tolerations: []
...
@@ -122,7 +122,7 @@ tolerations: []
## The InfluxDB image uses several environment variables to automatically
## The InfluxDB image uses several environment variables to automatically
## configure certain parts of the server.
## configure certain parts of the server.
## Ref: https://hub.docker.com/_/influxdb/
## Ref: https://hub.docker.com/_/influxdb/
env
:
env
:
{}
# - name: INFLUXDB_DB
# - name: INFLUXDB_DB
# value: "demo"
# value: "demo"
...
...
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