This commit is contained in:
2026-04-03 11:19:00 +02:00
parent 2416f528bb
commit 26265e776c
14 changed files with 533 additions and 11 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
docker build -t matst80/otel-debug:latest .
docker push matst80/otel-debug:latest
kubectl rollout restart deployment otel-debug-receiver -n monitoring
kubectl logs -f deployment/otel-debug-receiver -n monitoring