Better CPU Values
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "250m"
|
cpu: "1000m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8070
|
- containerPort: 8070
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ spec:
|
|||||||
cpu: "75m"
|
cpu: "75m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "75m"
|
cpu: "256m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "75m"
|
cpu: "256m"
|
||||||
|
|
||||||
affinity:
|
affinity:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
cpu: "75m"
|
cpu: "75m"
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "75m"
|
cpu: "256m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
cpu: "75m"
|
cpu: "75m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "75m"
|
cpu: "256m"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "256m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|||||||
Reference in New Issue
Block a user