Initial release

This commit is contained in:
2026-05-29 16:17:38 +02:00
commit 4762f69095
19 changed files with 1290 additions and 0 deletions

6
k3s/service.yaml Normal file
View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Service
metadata: { name: otel-quarkus-demo }
spec:
selector: { app: otel-quarkus-demo }
ports: [{ port: 8080, targetPort: 8080 }]