[stable/redis-ha] Fix missing priorityClassName definition for haproxy (#17602)

* [stable/redis-ha] Fix missing priorityClassName definition for haproxy deployment

Signed-off-by: Valentin Zayash <valioozz@gmail.com>

* Bump chart version

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
This commit is contained in:
Valentin Zayash
2019-10-04 11:47:12 -07:00
committed by Kubernetes Prow Robot
parent cc1cfc1e8d
commit 1932b220fa
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ keywords:
- redis
- keyvalue
- database
version: 3.7.15
version: 3.7.16
appVersion: 5.0.5
description: Highly available Kubernetes implementation of Redis
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
@@ -90,6 +90,9 @@ spec:
mountPath: /usr/local/etc/haproxy
- name: shared-socket
mountPath: /run/haproxy
{{- if .Values.haproxy.priorityClassName }}
priorityClassName: {{ .Values.haproxy.priorityClassName }}
{{- end }}
volumes:
- name: config-volume
configMap: