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
89ddd58c
Commit
89ddd58c
authored
Nov 17, 2017
by
Matthieu Simon
Committed by
Reinhard Nägele
Nov 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/influxdb] add nodeSelector for influxdb (#2582)
parent
b8fe8de8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+4
-0
values.yaml
stable/influxdb/values.yaml
+6
-0
No files found.
stable/influxdb/Chart.yaml
View file @
89ddd58c
name
:
influxdb
version
:
0.
5
.0
version
:
0.
6
.0
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
-
influxdb
...
...
stable/influxdb/templates/deployment.yaml
View file @
89ddd58c
...
...
@@ -76,3 +76,7 @@ spec:
-
name
:
config
configMap
:
name
:
{{
template "influxdb.fullname" .
}}
{{
- if .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
- end -
}}
stable/influxdb/values.yaml
View file @
89ddd58c
...
...
@@ -77,6 +77,12 @@ resources:
memory
:
16Gi
cpu
:
8
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector
:
{}
## 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