rollback fluent-bit push path until we release 0.4

pull/1156/head
Cyril Tovena 6 years ago committed by Ed Welch
parent 1f6f4337ce
commit 8393c3382a
  1. 2
      production/helm/fluent-bit/Chart.yaml
  2. 4
      production/helm/fluent-bit/templates/configmap.yaml
  3. 1
      production/helm/fluent-bit/values.yaml
  4. 2
      production/helm/loki-stack/Chart.yaml

@ -1,5 +1,5 @@
name: fluent-bit
version: 0.0.1
version: 0.0.2
appVersion: v0.0.1
kubeVersion: "^1.10.0-0"
description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"

@ -31,9 +31,9 @@ data:
Name loki
Match *
{{- if and .Values.loki.user .Values.loki.password }}
Url {{ .Values.loki.serviceScheme }}://{{ .Values.loki.user }}:{{ .Values.loki.password }}@{{ include "loki.serviceName" . }}:{{ .Values.loki.servicePort }}/loki/api/v1/push
Url {{ .Values.loki.serviceScheme }}://{{ .Values.loki.user }}:{{ .Values.loki.password }}@{{ include "loki.serviceName" . }}:{{ .Values.loki.servicePort }}{{ .Values.loki.servicePath }}
{{- else }}
Url {{ .Values.loki.serviceScheme }}://{{ include "loki.serviceName" . }}:{{ .Values.loki.servicePort }}/loki/api/v1/push
Url {{ .Values.loki.serviceScheme }}://{{ include "loki.serviceName" . }}:{{ .Values.loki.servicePort }}{{ .Values.loki.servicePath }}
{{- end }}
Labels {{ .Values.config.labels }}
RemoveKeys {{ include "helm-toolkit.utils.joinListWithComma" .Values.config.removeKeys }}

@ -3,6 +3,7 @@ loki:
serviceName: "" # Defaults to "${RELEASE}-loki" if not set
servicePort: 3100
serviceScheme: http
servicePath: /api/prom/push
# user: user
# password: pass
config:

@ -1,5 +1,5 @@
name: loki-stack
version: 0.17.1
version: 0.17.2
appVersion: v0.3.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."

Loading…
Cancel
Save