Skip to content

Commit a126f29

Browse files
committed
Support for RUM LoadGen 5.4
1 parent a080924 commit a126f29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

workshop/apm/deployment.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,13 @@ spec:
10281028
containers:
10291029
- name: rum-loadgen
10301030
#image: quay.io/phagen/rumloadgen:5.1
1031-
image: rcastley895/rumloadgen:5.2
1031+
image: rcastley895/rumloadgen:5.4
10321032
imagePullPolicy: Always
1033+
env:
1034+
- name: RUM_PROTOCOL
1035+
value: "http"
1036+
- name: RUM_PORT
1037+
value: "81"
10331038
---
10341039
apiVersion: v1
10351040
kind: Namespace

0 commit comments

Comments
 (0)