Skip to content

Commit

Permalink
Merge pull request #1671 from equinor/c2-radix.operator-resources
Browse files Browse the repository at this point in the history
Update memory for radix-operator in c2
  • Loading branch information
nilsgstrabo authored Nov 17, 2023
2 parents 7213905 + b28d68b commit 62123e6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
resources:
limits:
cpu: "2"
memory: 8000Mi
memory: 1000Mi
requests:
cpu: 100m
memory: 4000Mi
memory: 1000Mi
subscriptionId: ded7ca41-37c8-4085-862f-b11d21ab341a
registrationControllerThreads: 21
applicationControllerThreads: 21
Expand Down
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 62123e6

Please sign in to comment.