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
version: 0.5.0
version: 0.6.0
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
- influxdb
......
......@@ -76,3 +76,7 @@ spec:
- name: config
configMap:
name: {{ template "influxdb.fullname" . }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end -}}
......@@ -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/
......
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