feat(k6): add bespoke load test files
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 1m55s

This commit is contained in:
2026-05-07 21:06:42 +00:00
parent 8af257493e
commit a9f574ec6e
3 changed files with 177 additions and 0 deletions

24
k6/testrun.yaml Normal file
View File

@@ -0,0 +1,24 @@
apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
name: k6-test-for-310--006
namespace: dev
labels:
app: test-for-310--006
backstage.io/component: test-for-310--006
app.kubernetes.io/managed-by: backstage
app.kubernetes.io/component: load-testing
spec:
parallelism: 1
script:
configMap:
name: k6-test-test-for-310--006
file: load-test.js
runner:
image: grafana/k6:latest
envFrom:
- configMapRef:
name: k6-test-test-for-310--006
env:
- name: K6_OTEL_SERVICE_NAME
value: k6-test-for-310--006