feat: add service discovery, OTel instrumentation, and k6 load tests (#1)
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

This commit was merged in pull request #1.
This commit is contained in:
2026-05-05 10:01:35 +00:00
parent 3bf3b18f2e
commit bf0e0f5f38
6 changed files with 416 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-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