From ce13d320949b2ec801ea1bb9a63290b215bee340 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Wed, 13 May 2026 09:25:42 +0000 Subject: [PATCH] feat: add service discovery, OTel instrumentation, and k6 load tests --- k6/testrun.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 k6/testrun.yaml diff --git a/k6/testrun.yaml b/k6/testrun.yaml new file mode 100644 index 0000000..c8969bf --- /dev/null +++ b/k6/testrun.yaml @@ -0,0 +1,24 @@ +apiVersion: k6.io/v1alpha1 +kind: TestRun +metadata: + name: k6-petclinic-demo-andrej2 + namespace: demo-apps + labels: + app: petclinic-demo-andrej2 + backstage.io/component: petclinic-demo-andrej2 + app.kubernetes.io/managed-by: backstage + app.kubernetes.io/component: load-testing +spec: + parallelism: 1 + script: + configMap: + name: k6-test-petclinic-demo-andrej2 + file: load-test.js + runner: + image: grafana/k6:latest + envFrom: + - configMapRef: + name: k6-test-petclinic-demo-andrej2 + env: + - name: K6_OTEL_SERVICE_NAME + value: k6-petclinic-demo-andrej2