Merge pull request #96 from HideyoshiSolutions/staging
Staging - Reduces Resource Limits for Smaller Cluster
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "750m"
|
||||
cpu: "500m"
|
||||
ports:
|
||||
- containerPort: 8070
|
||||
readinessProbe:
|
||||
|
||||
@@ -25,8 +25,8 @@ spec:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
env:
|
||||
- name: ALLOWED_ORIGINS
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user