[stable/aerospike] Added tolerations to the aerospike chart (#13551)

* Added tolerations to the aerospike chart

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* Fixed end-block alignment

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
This commit is contained in:
Mikhail Naletov
2019-05-06 14:13:47 -07:00
committed by Kubernetes Prow Robot
parent bb91d10b7f
commit 782fe16af0
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- aerospike
- big-data
home: http://aerospike.com
version: 0.2.3
version: 0.2.4
icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png
sources:
- https://github.com/aerospike/aerospike-server
+1
View File
@@ -45,6 +45,7 @@ The chart can be customized using the following configurable parameters:
| `replicaCount` | Aerospike Brokers | `1` |
| `command` | Custom command (Docker Entrypoint) | `[]` |
| `args` | Custom args (Docker Cmd) | `[]` |
| `tolerations` | List of node taints to tolerate | `[]` |
| `persistentVolume` | Config of persistent volumes for storage-engine | `{}` |
| `confFile` | Config filename. This file should be included in the chart path | `aerospike.conf` |
| `resources` | Resource requests and limits | `{}` |
@@ -55,6 +55,10 @@ spec:
{{- if .Values.affinity }}
affinity:
{{ toYaml .Values.affinity | indent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
volumes:
- name: config-volume
+2
View File
@@ -40,6 +40,8 @@ service:
meshService:
annotations: {}
tolerations: []
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little