This commit is contained in:
2024-02-01 18:00:46 -05:00
parent d8f6e170dd
commit 76d3f2b9c4

View File

@@ -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