Skip to content

Commit

Permalink
increase asprom cpu-mem limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tof1a committed Mar 10, 2023
1 parent 1d6522a commit 9ffefa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/reconciler/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const (
aspromPort = 9145
aspromCpuRequest = "10m"
aspromMemoryRequest = "32Mi"
aspromCpuLimit = "10m"
aspromMemoryLimit = "64Mi"
aspromCpuLimit = "20m"
aspromMemoryLimit = "128Mi"

asReadinessInitialDelaySeconds = 3
asReadinessTimeoutSeconds = 2
Expand Down

0 comments on commit 9ffefa2

Please sign in to comment.