Skip to content

Commit

Permalink
typo in headless service
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Oct 27, 2020
1 parent ef715e4 commit aaddb21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: loki-distributed
description: A Helm chart for Kubernetes
type: application
version: 0.4.6
version: 0.4.7
appVersion: 2.0.0
2 changes: 1 addition & 1 deletion charts/distributed-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki-distributed
================
A Helm chart for Kubernetes

Current chart version is `0.4.6`
Current chart version is `0.4.7`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Service
metadata:
name: {{ include "loki-helm.fullname" . }}-memberlist
labels:
{{- include "loki.labels" . | nindent 4 }}
{{- include "loki-helm.labels" . | nindent 4 }}
spec:
type: ClusterIP
clusterIP: None
Expand All @@ -13,7 +13,6 @@ spec:
port: 7946
targetPort: memberlist
protocol: TCP
selector:
labels: {{- include "loki-helm.labels" . | nindent 4 }}
app.kubernetes.io/part-of: memberlist
selector: {{- include "loki-helm.selectorLabels" . | nindent 4 }}
app.kubernetes.io/part-of: memberlist
{{- end }}

0 comments on commit aaddb21

Please sign in to comment.