Merge pull request #1338 from apichick/autopilot-fix-requests

Set all resource requests to the autopilot minimum as the existing va…
This commit is contained in:
Julio Castillo 2023-04-21 14:26:49 +02:00 committed by GitHub
commit 21d25c999f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 21 deletions

View File

@ -54,10 +54,10 @@ spec:
protocol: TCP
resources:
requests:
cpu: 50m
memory: 50Mi
cpu: 250m
memory: 500Mi
limits:
memory: 50Mi
memory: 500Mi
- name: locust-prometheus-exporter
image: containersol/locust_exporter
ports:
@ -65,10 +65,10 @@ spec:
containerPort: 9646
resources:
requests:
cpu: 5m
memory: 5Mi
cpu: 250m
memory: 500Mi
limits:
memory: 5Mi
memory: 500Mi
---
kind: Service
apiVersion: v1

View File

@ -46,7 +46,7 @@ spec:
value: locust-master
resources:
requests:
cpu: 20m
memory: 50Mi
cpu: 250m
memory: 500Mi
limits:
memory: 50Mi
memory: 500Mi

View File

@ -89,10 +89,10 @@ spec:
- --use-new-resource-model=false
resources:
limits:
cpu: 100m
memory: 150Mi
cpu: 250m
memory: 500Mi
requests:
memory: 150Mi
memory: 500Mi
---
apiVersion: v1
kind: Service

View File

@ -52,10 +52,10 @@ spec:
containerPort: 9090
resources:
requests:
cpu: 10m
memory: 15Mi
cpu: 250m
memory: 500Mi
limits:
memory: 15Mi
memory: 500Mi
readinessProbe:
httpGet:
path: /-/ready

View File

@ -135,10 +135,10 @@ spec:
subPath: "dashboardproviders.yaml"
resources:
requests:
cpu: 30m
memory: 100Mi
cpu: 250m
memory: 500Mi
limits:
memory: 100Mi
memory: 500Mi
livenessProbe:
failureThreshold: 10
httpGet:

View File

@ -70,10 +70,10 @@ spec:
containerPort: 8081
resources:
requests:
cpu: 10m
memory: 50Mi
cpu: 250m
memory: 500Mi
limits:
memory: 50Mi
memory: 500Mi
securityContext:
allowPrivilegeEscalation: false
privileged: false