mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-01 17:24:29 -05:00
Update Weather to .NET 8 and add telemetry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user