Skip to content

Commit

Permalink
Index write disabbled when boltdbshipper is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Nov 10, 2020
1 parent 2249ead commit afd1d41
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 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.6.1
version: 0.7.0
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.6.1`
Current chart version is `0.7.0`



Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if eq .Values.loki.useBoltDBShipper false}}
{{- if .Values.serviceMonitor.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
Expand All @@ -24,3 +25,4 @@ spec:
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
{{- end }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if eq .Values.loki.useBoltDBShipper false}}
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down Expand Up @@ -57,3 +58,4 @@ spec:
name: http-metrics
updateStrategy:
type: RollingUpdate
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if eq .Values.loki.useBoltDBShipper false}}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -16,3 +17,4 @@ spec:
targetPort: 9150
selector: {{- include "loki-helm.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: memcached-index-writes
{{- end }}

0 comments on commit afd1d41

Please sign in to comment.