Synchronize upstreamed folder to bd46cc489

This commit is contained in:
bitnami-bot
2019-06-28 04:35:47 +00:00
parent 40b17103be
commit 0a53ea4bc8
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 8.0.12
version: 8.0.13
appVersion: 5.0.5
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:

View File

@@ -32,6 +32,13 @@ spec:
role: metrics
app: {{ template "redis.name" . }}
{{- end }}
{{- if ge .Values.cluster.slaveCount 1.0 }}
- podSelector:
matchLabels:
release: "{{ .Release.Name }}"
role: slave
app: {{ template "redis.name" . }}
{{- end }}
{{- end }}
{{- if .Values.metrics.enabled }}
# Allow prometheus scrapes for metrics