This commit is contained in:
2025-11-06 16:25:33 +01:00
commit a6876f9f0b
15 changed files with 1611 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: otel-debug-service
spec:
selector:
app: otel-debug-receiver
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP
- name: grpc
port: 4317
targetPort: 4317
protocol: TCP
type: ClusterIP