Files
petclinic-demo-andrej4/k6/testrun.yaml
demo-bot 9fd0e0b441
Some checks failed
Build and Push to ACR / Build and Push (push) Has been skipped
Build and Publish TechDocs / build-and-publish (push) Failing after 2m5s
feat: add service discovery, OTel instrumentation, and k6 load tests (#1)
2026-05-28 07:56:44 +00:00

25 lines
605 B
YAML

apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
name: k6-petclinic-demo-andrej4
namespace: demo-apps
labels:
app: petclinic-demo-andrej4
backstage.io/component: petclinic-demo-andrej4
app.kubernetes.io/managed-by: backstage
app.kubernetes.io/component: load-testing
spec:
parallelism: 1
script:
configMap:
name: k6-test-petclinic-demo-andrej4
file: load-test.js
runner:
image: grafana/k6:latest
envFrom:
- configMapRef:
name: k6-test-petclinic-demo-andrej4
env:
- name: K6_OTEL_SERVICE_NAME
value: k6-petclinic-demo-andrej4