mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
bb91d10b7f
commit
782fe16af0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user