Skip to content

Commit c74deb3

Browse files
fix: trivy resource defaults (#1682)
Co-authored-by: jeho <[email protected]>
1 parent d979b43 commit c74deb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helmfile.d/snippets/defaults.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -719,14 +719,14 @@ environments:
719719
operator:
720720
requests:
721721
cpu: 100m
722-
memory: 64Mi
722+
memory: 256Mi
723723
limits:
724-
cpu: 500m
725-
memory: 512Mi
724+
cpu: "1"
725+
memory: 1Gi
726726
trivy:
727727
requests:
728728
cpu: 100m
729-
memory: 64M
729+
memory: 128M
730730
limits:
731731
cpu: 500m
732732
memory: 512Mi

0 commit comments

Comments
 (0)