[DO-1600] Fix limits gitea-sonarqube-bot-staging (!55)

[DO-1600]

Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/55
This commit is contained in:
Denis Patrakeev
2025-02-26 11:08:50 +03:00
parent 9a0ee3ca53
commit c586c05c66

View File

@@ -22,10 +22,10 @@ imagePullSecrets:
## @param resources.limits The resources limits for the container ## @param resources.limits The resources limits for the container
## @param resources.requests The requested resources for the container ## @param resources.requests The requested resources for the container
resources: resources:
limits: requests:
cpu: 50m cpu: 50m
memory: 64Mi memory: 64Mi
requests: limits:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi