Skip to content

Commit

Permalink
[fluentd-elasticsearch] fix service (#24)
Browse files Browse the repository at this point in the history
* fix service

Signed-off-by: André Bauer <monotek23@gmail.com>

* added somem ore links to the readme

Signed-off-by: André Bauer <monotek23@gmail.com>
  • Loading branch information
monotek authored Nov 5, 2020
1 parent 1b48118 commit 67c5a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fluentd-elasticsearch
version: 11.0.0
version: 11.0.1
appVersion: 3.1.0
type: application
home: https://www.fluentd.org/
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helm install kokuwa/fluentd-elasticsearch

This chart bootstraps a [Fluentd](https://www.fluentd.org/) daemonset on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

It's meant to be a drop in replacement for fluentd-gcp on GKE which sends logs to Google's Stackdriver service, but can also be used in other places where logging to ElasticSearch is required.
It's meant to be a drop in replacement for [fluentd-gcp](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-gcp) on [GKE](https://cloud.google.com/kubernetes-engine) which sends logs to Google [Stackdriver](https://cloud.google.com/stackdriver), but can also be used in other places where logging to [ElasticSearch](https://www.elastic.co/elasticsearch/) is required.

The used [Docker](https://docker.com) image ([Dockerfile](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image)) also contains the following plugins:

Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
protocol: {{ $port.protocol }}
{{- end }}
selector:
{{- include "fluentd-elasticsearch.selectorLabels" . | nindent 4 }}
{{- include "fluentd-elasticsearch.selectorLabels" $ | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 67c5a02

Please sign in to comment.