Reduces Resource Limits for Smaller Cluster
This commit is contained in:
@@ -20,10 +20,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
cpu: "75m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
memory: "256Mi"
|
||||
cpu: "75m"
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user