Skip to content

Commit

Permalink
fix mongodb service name
Browse files Browse the repository at this point in the history
  • Loading branch information
KongZ committed Nov 23, 2020
1 parent 6b9f53a commit 3b2a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/graylog/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Or use chart dependencies with release name
{{- else if .Values.graylog.mongodb.uri }}
{{- .Values.graylog.mongodb.uri -}}
{{- else }}
{{- printf "mongodb://%s-headless.%s.svc.cluster.local:27017/graylog?replicaSet=rs0" .Release.Name .Release.Namespace -}}
{{- printf "mongodb://%s-mongodb-headless.%s.svc.cluster.local:27017/graylog?replicaSet=rs0" .Release.Name .Release.Namespace -}}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 3b2a884

Please sign in to comment.