Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Nov 17, 2023
1 parent ec1b704 commit b28d68b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ spec:
tag: ${RADIX_VULNERABILITY_SCANNER_TAG} # Set in postBuild development
resources:
limits:
cpu: "2"
memory: 8000Mi
cpu: "1"
memory: 2Gi
requests:
cpu: 500m
memory: 500Mi
cpu: "1"
memory: 2Gi
target:
kind: HelmRelease
name: radix-vulnerability-scanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
prometheusSpec:
resources:
limits:
cpu: "6"
memory: "32Gi"
cpu: "1"
memory: "6Gi"
requests:
cpu: "3"
memory: "16Gi"
cpu: "1"
memory: "6Gi"
storageSpec:
volumeClaimTemplate:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
runAsUser: 1000
resources:
limits:
cpu: "6"
memory: 4096Mi
cpu: 200m
memory: 1Gi
requests:
cpu: "2"
memory: 2048Mi
cpu: 200m
memory: 1Gi
rbac:
clusterAdministrator: false

0 comments on commit b28d68b

Please sign in to comment.