Adding limit in cpu

This commit is contained in:
Baptiste Bonnot 2024-11-08 18:43:51 +01:00
parent d4aaf31f31
commit e8265a093d
Signed by: baptiste.bonnot
GPG key ID: 2681291F9206E471

View file

@ -60,8 +60,10 @@ spec:
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
memory: 64Mi
cpu: 10m
defaultPodOptions:
securityContext:
runAsNonRoot: true