Files
petclinic-demo-jonathan-scaf-2/k6/testrun.yaml
demo-bot bf0e0f5f38
All checks were successful
Build and Push to ACR / Build and Push (push) Has been skipped
Build and Publish TechDocs / build-and-publish (push) Successful in 1m16s
feat: add service discovery, OTel instrumentation, and k6 load tests (#1)
2026-05-05 10:01:35 +00:00

25 lines
653 B
YAML

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