-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Nuxeo Helm Chart
-
Team:PLATFORM
-
Sprint:nxplatform #14
-
Story Points:1
As suggested by https://github.com/nuxeo/nuxeo-helm-chart/pull/20/files:
nuxeo.redis.host={{ .Release.Name }}-master
should be:
nuxeo.redis.host={{ .Release.Name }}-redis-master
to follow the name of the Redis master pod, as described by the related statefulset:
apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "redis.fullname" . }}-master