mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redis-ha] fix: sentinel depl should use resources.sentinel (#2468)
* fix: sentinel depl should use resources.sentinel sentinel deployment should use resources.sentinel instead of resources.master * fix: values.yaml too many blank lines * Update Chart.yaml
This commit is contained in:
committed by
Vic Iglesias
parent
5a636b17f4
commit
9765e0dd3f
@@ -5,7 +5,7 @@ keywords:
|
||||
- redis
|
||||
- keyvalue
|
||||
- database
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
description: Highly available Redis cluster with multiple sentinels and standbys.
|
||||
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
|
||||
maintainers:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
- name: sentinel
|
||||
image: {{ .Values.redis_image }}
|
||||
resources:
|
||||
{{ toYaml .Values.resources.master | indent 10 }}
|
||||
{{ toYaml .Values.resources.sentinel | indent 10 }}
|
||||
env:
|
||||
- name: SENTINEL
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user