Commit 89ddd58c authored by Matthieu Simon's avatar Matthieu Simon Committed by Reinhard Nägele

[stable/influxdb] add nodeSelector for influxdb (#2582)

parent b8fe8de8
name: influxdb name: influxdb
version: 0.5.0 version: 0.6.0
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
- influxdb - influxdb
......
...@@ -76,3 +76,7 @@ spec: ...@@ -76,3 +76,7 @@ spec:
- name: config - name: config
configMap: configMap:
name: {{ template "influxdb.fullname" . }} name: {{ template "influxdb.fullname" . }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end -}}
...@@ -76,7 +76,13 @@ resources: ...@@ -76,7 +76,13 @@ resources:
limits: limits:
memory: 16Gi memory: 16Gi
cpu: 8 cpu: 8
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## Change InfluxDB configuration paramaters below: ## Change InfluxDB configuration paramaters below:
## Defaults are indicated ## Defaults are indicated
## ref: https://docs.influxdata.com/influxdb/v1.1/administration/config/ ## ref: https://docs.influxdata.com/influxdb/v1.1/administration/config/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment