feat: add service discovery, OTel instrumentation, and k6 load tests

This commit is contained in:
2026-05-13 09:25:42 +00:00
parent a3e4d6415b
commit ce13d32094

24
k6/testrun.yaml Normal file
View File

@@ -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