Skip to content

Commit

Permalink
Updated sample web app
Browse files Browse the repository at this point in the history
  • Loading branch information
yafernandes committed Nov 26, 2022
1 parent 2831ad0 commit 03c2eb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/web-app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: web-app
version: 0.0.5
version: 0.0.6
description: Deploys a web application instrumented.
8 changes: 4 additions & 4 deletions charts/web-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Quick start

The default set of values deploys this [sammple application](https://github.com/yafernandes/datadog-experience/tree/main/learn-by-example/java-servlet) on a Tomcat 9. The default also relies on [automatic injection](https://docs.datadoghq.com/tracing/trace_collection/admission_controller/) of tracing library using the [Admission Controler](https://docs.datadoghq.com/containers/cluster_agent/admission_controller/?tab=helmchart).
The default set of values deploys this [sammple application](https://github.com/yafernandes/java-playground) on a Tomcat 9. The default also relies on [automatic injection](https://docs.datadoghq.com/tracing/trace_collection/admission_controller/) of tracing library using the [Admission Controler](https://docs.datadoghq.com/containers/cluster_agent/admission_controller/?tab=helmchart).

```bash
helm repo add alexf https://yafernandes.github.io/helm-charts
Expand Down Expand Up @@ -33,7 +33,7 @@ application:
webappsDir: /usr/local/tomcat/webapps
port: 8080
endpoints:
- /servlet/servletAPI5
- /playground/servletAPI5
```
[Jetty 10](https://www.eclipse.org/jetty/)
Expand All @@ -53,7 +53,7 @@ application:
webappsDir: /var/lib/jetty/webapps/
port: 8080
endpoints:
- /servlet/servletAPI5
- /playground/servletAPI5
```
[Open Liberty](https://openliberty.io/)
Expand Down Expand Up @@ -82,5 +82,5 @@ application:
webappsDir: /opt/jboss/wildfly/standalone/deployments/
port: 8080
endpoints:
- /servlet/servletAPI5
- /playground/servletAPI5
```
4 changes: 2 additions & 2 deletions charts/web-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ application:
service:
env: lab
version: 0.1
url: https://github.com/yafernandes/datadog-experience/releases/latest/download/servlet.war
url: https://github.com/yafernandes/java-playground/releases/latest/download/playground.war
endpoints:
- /servlet/servletAPI4
- /playground/servletAPI4
appServer:
image: tomcat:9.0
webappsDir: /usr/local/tomcat/webapps
Expand Down

0 comments on commit 03c2eb3

Please sign in to comment.