Skip to content

Commit

Permalink
Merge pull request #434 from elastic/fix-apm-nodejs-k8s-example
Browse files Browse the repository at this point in the history
Fix APM/Node.js/Kubernetes
  • Loading branch information
a03nikki authored Jun 7, 2024
2 parents 2da9573 + e1363df commit 6d86454
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion APM/Node.js/Kubernetes/node-express.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: express-demo-deployment
namespace: express-demo
labels:
app: express-demo
spec:
replicas: 1
selector:
matchLabels:
app: express-demo
template:
metadata:
labels:
Expand Down

0 comments on commit 6d86454

Please sign in to comment.