Update Weather to .NET 8 and add telemetry

This commit is contained in:
2024-01-25 16:25:59 -05:00
parent 2394f613d2
commit 5d0bc2c31c
28 changed files with 856 additions and 775 deletions

View File

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