[DO-1600] fix resources trivy_operator 2 (!42)

[DO-1600]

Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/42
Reviewed-by: Vasiliy Chipizhin <vasiliy.chipizhin@avroid.team>
This commit is contained in:
Denis Patrakeev
2025-02-25 12:23:06 +03:00
parent dbc288fae5
commit 99a83a42d3

View File

@@ -65,10 +65,10 @@ resources:
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
requests:
cpu: 100m
memory: 128Mi
requests:
limits:
cpu: 500m
memory: 512Mi