Merge pull request #117 from HideyoshiSolutions/better-cpu-values

Better CPU Values
This commit is contained in:
2024-10-27 03:01:42 -03:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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:

View File

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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: