Tweaked resources

This commit is contained in:
2022-05-27 20:06:54 +00:00
parent 5be3454e15
commit b0a846fa94
11 changed files with 31 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ metadata:
name: starling
namespace: starling
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: starling
@@ -73,6 +73,11 @@ spec:
ports:
- containerPort: 3000
name: web
resources:
limits:
memory: 50Mi
requests:
memory: 50Mi
---
apiVersion: networking.k8s.io/v1
kind: Ingress