Update Hub to .NET 8 and all OpenTelemetry

This commit is contained in:
2024-01-27 16:25:14 -05:00
parent d8fd6d13f9
commit 9cddb80f00
12 changed files with 78 additions and 125 deletions

View File

@@ -38,7 +38,7 @@ metadata:
spec:
ports:
- name: client
port: 80
port: 8080
selector:
app: hub-service
type: ClusterIP
@@ -62,7 +62,7 @@ spec:
- kind: Service
name: hub-service
namespace: home-monitor
port: 80
port: 8080
---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware