Skip to content

Commit 738a5d3

Browse files
authored
fix: increase trivy limits in Harbor (#1777)
1 parent 04a2511 commit 738a5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helmfile.d/snippets/defaults.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ environments:
403403
cpu: 100m
404404
memory: 128Mi
405405
limits:
406-
cpu: 500m
407-
memory: 512Mi
406+
cpu: "1"
407+
memory: 1Gi
408408
nginx:
409409
requests:
410410
memory: 32Mi

0 commit comments

Comments
 (0)