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