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