Skip to content

Commit

Permalink
refactor(helm-chart): adjust resource requests and limits for microna…
Browse files Browse the repository at this point in the history
…ut deployment to optimize resource allocation and performance
  • Loading branch information
Ro0t-set committed May 25, 2024
1 parent 0f9d6e2 commit 5558c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/helm-chart/piper-chart/templates/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ spec:
failureThreshold: 10
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
cpu: "500m"
limits:
memory: "2048Mi"
cpu: "1000m"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 5558c2b

Please sign in to comment.