chore: update k8s limits
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dawid Wysokiński 2022-10-29 07:31:38 +02:00
parent ef3ae25d49
commit 2cbb8e2f26
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
5 changed files with 9 additions and 9 deletions

View File

@ -49,8 +49,8 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 300m
memory: 500Mi
cpu: 200m
memory: 300Mi
---
apiVersion: v1
kind: Service

View File

@ -44,5 +44,5 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 400m
cpu: 300m
memory: 400Mi

View File

@ -40,7 +40,7 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 150m
cpu: 100m
memory: 128Mi
---
apiVersion: batch/v1
@ -86,7 +86,7 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 150m
cpu: 100m
memory: 128Mi
---
apiVersion: batch/v1
@ -115,6 +115,6 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 150m
cpu: 100m
memory: 128Mi
restartPolicy: Never

View File

@ -44,5 +44,5 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 400m
memory: 400Mi
cpu: 300m
memory: 300Mi

View File

@ -44,5 +44,5 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 400m
cpu: 300m
memory: 400Mi