Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[apm-server] remove oss example (#1442)
Browse files Browse the repository at this point in the history
This commit remove the APM Server OSS example and CI tests for 8.0.0
future version.
  • Loading branch information
jmlrt committed Nov 4, 2021
1 parent 1a3d95c commit c52ad07
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 84 deletions.
11 changes: 0 additions & 11 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ SLA of official GA features (see [supported configurations][] for more details).
- [Configuration](#configuration)
- [FAQ](#faq)
- [How to use APM Server with Elasticsearch with security (authentication and TLS) enabled?](#how-to-use-apm-server-with-elasticsearch-with-security-authentication-and-tls-enabled)
- [How to install OSS version of APM Server?](#how-to-install-oss-version-of-apm-server)
- [Contributing](#contributing)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -132,14 +131,6 @@ outside of this chart and accessed using [environment variables][] and volumes.

An example can be found in [examples/security][].

### How to install OSS version of APM Server?

Deploying OSS version of APM Server can be done by setting `image` value to
[APM Server OSS Docker image][]

An example of APM Server deployment using OSS version can be found in
[examples/oss][].


## Contributing

Expand All @@ -154,12 +145,10 @@ about our development and testing process.
[affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
[apm server docker image]: https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html
[apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss
[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config
[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
[examples]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples
[examples/oss]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/oss
[examples/security]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/security
[helm]: https://helm.sh
[horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
Expand Down
13 changes: 0 additions & 13 deletions apm-server/examples/oss/Makefile

This file was deleted.

27 changes: 0 additions & 27 deletions apm-server/examples/oss/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions apm-server/examples/oss/test/goss.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions apm-server/examples/oss/values.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ LOGSTASH_SUITE:
- upgrade
APM_SERVER_SUITE:
- default
- oss
- security
- upgrade
KUBERNETES_VERSION:
Expand Down

0 comments on commit c52ad07

Please sign in to comment.