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

This commit was merged in pull request #1.
This commit is contained in:
2026-05-28 07:56:44 +00:00
parent 53c96e0592
commit 9fd0e0b441
6 changed files with 407 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-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