Resizes Pods for Better Cost
This commit is contained in:
@@ -22,8 +22,8 @@ spec:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
ports:
|
||||
- containerPort: 8070
|
||||
env:
|
||||
|
||||
@@ -24,8 +24,8 @@ spec:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
env:
|
||||
|
||||
@@ -19,11 +19,11 @@ spec:
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
env:
|
||||
|
||||
@@ -19,10 +19,10 @@ spec:
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
@@ -21,10 +21,10 @@ spec:
|
||||
imagePullPolicy: "Always"
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
env:
|
||||
- name: REDIS_BASE_URL
|
||||
|
||||
Reference in New Issue
Block a user