12 Commits
Author SHA1 Message Date
Matt Farina 04faa4fedf [stable/apm-server] deprecating chart (#24283)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:31:57 +01:00
Scott Rigby 724870ca61 [stable/apm-server] add repo archive notice (#24077)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:23:04 -08:00
Clément Loiselet cedffd5231 [stable/apm-server] Use a non-root user (#18366)
* Added runAsUser parameter

Signed-off-by: Clement LOISELET <clement.loiselet@capgemini.com>

* added readme

Signed-off-by: Clement LOISELET <clement.loiselet@capgemini.com>

* chart version bumped to 2.1.5
Signed-of-by: Clément Loiselet <claementi@gmail.com>

Signed-off-by: Clement LOISELET <clement.loiselet@capgemini.com>
2019-10-25 15:31:14 -07:00
amit-o 4929ea4c93 [stable/apm-server] Add optional TLS configuration to the chart (#14305)
* [stable/apm-server] Add optional TLS configuration to the chart

Signed-off-by: Amit Oren <amitoren224@gmail.com>

* [stable/apm-server] Bump chart version

Signed-off-by: Amit Oren <amitoren224@gmail.com>
2019-06-27 15:49:46 -07:00
王清山 4d746aaff0 Add hpa for apm server (#14377)
* Add hpa for apm server when kind is deployment

Signed-off-by: calvin.wang <calvin.wang@alo7.com>

* Fix simplify hpa template

Signed-off-by: calvin.wang <calvin.wang@alo7.com>
2019-05-31 07:00:29 -07:00
Ted Kim 56be702677 [stable/apm-server] Add ingress object to the chart (#13634)
* Add ingress object to the apm-server chart

Signed-off-by: ed kim <edward.kim@fairfaxmedia.com.au>

* version bump

Signed-off-by: ed kim <edward.kim@fairfaxmedia.com.au>

* Added README documentation for last checkbox tick

Signed-off-by: ed kim <edward.kim@fairfaxmedia.com.au>

* Updated to resolve merge conflict

Signed-off-by: ed kim <edward.kim@fairfaxmedia.com.au>
2019-05-20 22:22:40 -07:00
Atsushi Kawamura 7adc74aaba apm-server owners (#13911)
* add at-k to apm-server owners

Signed-off-by: Atsushi Kawamura <akawamura@c-fo.com>

* bump up charts ver

Signed-off-by: Atsushi Kawamura <akawamura@c-fo.com>
2019-05-16 05:47:42 -07:00
Théo Mathieu 3f49472e64 Support apm-server 7.0.0 (#13269)
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
2019-05-13 05:22:12 -07:00
KUOKA Yusuke 6d33cacdbb [stable/apm-server] add @mumoshu to OWNERS (#12066)
As I am the original author of the chart. Currently I miss the privilege to put LGTM any pull rquest to chart due to the situation, as seen in https://github.com/helm/charts/pull/11661#issuecomment-471587560

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2019-04-15 07:44:09 -07:00
Ali Essam 37ae135f88 [stable/apm-server] Add support for Service and Deployment (#11661)
* [stable/apm-server] Add support for Deployment

Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>

* [stable/apm-server] Update labels & apiVersion

Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>

* [stable/apm-server] Bump version to 1.0.0

Signed-off-by: Ali Essam <ali.essam.arafa@gmail.com>

* feat(probes): add probes to deployment. Set default host as 0.0.0.0

Signed-off-by: Mahdi Dibaiee <mdibaiee@aol.com>

* bump version for breaking change

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2019-04-15 04:38:03 -07:00
Taehyun Kim ff06d29a42 [stable/apm-server] bump apm-server, fix docs (#12360)
* bump apm-server, fix docs

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* bump chart version to 1.0.0

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-03-24 08:11:05 -07:00
KUOKA Yusuke 71fc6122bd [stable/apm-server] Elastic APM Server (#6058)
[Elastic APM](https://www.elastic.co/guide/en/apm/get-started/current/overview.html) is an application performance monitoring system built on the Elastic Stack. This chart is to install the server part of the system.

See the official documentation to setup the agent part of the system.

Even though apm-server is built by the Elastic team, it supports alternative outputs other than Elasticsearch via built-in beat output plugins and community plugins. For example, [awsbeats](https://github.com/s12v/awsbeats) enables apm-server to write collected application traces to AWS Kinesis Streams.

Other changelog:

- Include the commented-out elasticsearch output too support common use-cases
- Include the configuraion table in the README
2018-06-18 12:03:32 -07:00