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
e5a81576
Commit
e5a81576
authored
Jul 02, 2018
by
Kali Norby
Committed by
k8s-ci-robot
Jul 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/influxdb] Allow alternate schedulers (#6235)
* Adding option to set scheduler * Bumping version * Bump minor version for new feature
parent
3965be67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+3
-0
values.yaml
stable/influxdb/values.yaml
+5
-0
No files found.
stable/influxdb/Chart.yaml
View file @
e5a81576
name
:
influxdb
version
:
0.
9.3
version
:
0.
10.0
appVersion
:
1.4
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
stable/influxdb/templates/deployment.yaml
View file @
e5a81576
...
...
@@ -80,6 +80,9 @@ spec:
-
name
:
config
configMap
:
name
:
{{
template "influxdb.fullname" .
}}
{{
- if .Values.schedulerName
}}
schedulerName
:
"
{{
.Values.schedulerName
}}"
{{
- end
}}
{{
- if .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml .Values.nodeSelector | indent 8
}}
...
...
stable/influxdb/values.yaml
View file @
e5a81576
...
...
@@ -95,6 +95,11 @@ ingress:
# kubernetes.io/ingress.class: "nginx"
# kubernetes.io/tls-acme: "true"
## Use an alternate scheduler, e.g. "stork".
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##
# schedulerName:
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
...
...
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