* [stable/fluentd] Expose replicaCount in values file
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/fluentd] Bump chart version
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* Minor typo in the stable/fluentd/README.md
Signed-off-by: David Calvert <davidcalvertfr@gmail.com>
* Updated Chart version from 2.4.2 to 2.4.3 (minor)
Signed-off-by: David Calvert <davidcalvertfr@gmail.com>
* Updated stable/fluentd Chart version from 2.4.2 to 2.4.3 (minor)
Signed-off-by: David Calvert <davidcalvertfr@gmail.com>
* [stable/fluentd] Fix manifest errors when using autoscaling + persistence
Signed-off-by: Frank Schmidt <frank.schmidt@codecentric.de>
* Integrate feedback about readability
Signed-off-by: Frank Schmidt <frank.schmidt@codecentric.de>
* Fix `output.scheme` notation
This looks like a copy-paste typo. I updated the description to match the related key.
Signed-off-by: Matt Lewis <matt@mplewis.com>
* fix: bump chart version
Signed-off-by: Matt Lewis <matt@mplewis.com>
Added conditional to the service template and documentation to both the
values file and the readme for setting custom load balancer IP address.
Signed-off-by: Austin Orth <aorth@niche.com>
* Bump chart version
Signed-off-by: Vincent Beaulieu <vbeaulieu@GENETEC.COM>
* Support RBAC
Signed-off-by: Vincent Beaulieu <vbeaulieu@GENETEC.COM>
* Revert deployment.yaml resulting from bad merge
Signed-off-by: Vincent Beaulieu <vbeaulieu@GENETEC.COM>
* add missing newline character
Signed-off-by: Vincent Beaulieu <vbeaulieu@GENETEC.COM>
* Service account name template
Signed-off-by: Vincent Beaulieu <vbeaulieu@GENETEC.COM>
* Add support for fluentd autoscaling
Signed-off-by: Sharon <sharonv@perion.com>
* fix `no new line character at the end of file`
Signed-off-by: Sharon <sharonv@perion.com>
* Add service annotations
Signed-off-by: Sharon <sharonv@perion.com>
* bump chart version and update variable in README
Signed-off-by: Sharon <sharonv@perion.com>
* Add source for docker image
The existing sources do not produce an image that works with this chart. From what I can tell, the image was built from the fluentd-es image maintained in the Kubernetes repo.
Signed-off-by: Daniel Shackelford <daniel.shackelford@ithaka.org>
* * Bumped chart version
Signed-off-by: Daniel Shackelford <Daniel.Shackelford@ithaka.org>
* [stable/fluentd] Add support for configuring elasticsearch scheme and ssl_version
- Allows end users to connect Fluentd to Elasticsearch over HTTPS
- Uses the same defaults as the underlying out_elasticsearch plugin (see github.com/uken/fluent-plugin-elasticsearch as of commit 573c39a)
Signed-off-by: Thomas Lovett <tklovett@gmail.com>
* bump minor version rather than patch
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>