Better CPU Values

This commit is contained in:
2024-10-27 03:01:04 -03:00
parent 610863a1e6
commit a5c2efa514
6 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ spec:
cpu: "250m"
limits:
memory: "256Mi"
cpu: "250m"
cpu: "1000m"
ports:
- containerPort: 8070
readinessProbe:

View File

@@ -38,7 +38,7 @@ spec:
cpu: "75m"
limits:
memory: "128Mi"
cpu: "75m"
cpu: "256m"
ports:
- containerPort: 5000
readinessProbe:

View File

@@ -17,7 +17,7 @@ spec:
cpu: "50m"
limits:
memory: "128Mi"
cpu: "75m"
cpu: "256m"
affinity:
nodeSelector:

View File

@@ -23,7 +23,7 @@ spec:
cpu: "75m"
limits:
memory: "256Mi"
cpu: "75m"
cpu: "256m"
ports:
- containerPort: 6379
env:

View File

@@ -26,7 +26,7 @@ spec:
cpu: "75m"
limits:
memory: "128Mi"
cpu: "75m"
cpu: "256m"
readinessProbe:
exec:
command:

View File

@@ -25,7 +25,7 @@ spec:
cpu: "100m"
limits:
memory: "128Mi"
cpu: "100m"
cpu: "256m"
ports:
- containerPort: 8000
readinessProbe: