mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Fix port
This commit is contained in:
@@ -114,7 +114,7 @@ spec:
|
||||
value: http://hub-service/environment
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 500m
|
||||
@@ -133,7 +133,7 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: client
|
||||
port: 80
|
||||
port: 8080
|
||||
selector:
|
||||
app: environment-service
|
||||
type: ClusterIP
|
||||
@@ -157,7 +157,7 @@ spec:
|
||||
- kind: Service
|
||||
name: environment-service
|
||||
namespace: home-monitor
|
||||
port: 80
|
||||
port: 8080
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
|
||||
Reference in New Issue
Block a user