Skip to content

Commit

Permalink
Merge pull request #274 from akash4sh/main
Browse files Browse the repository at this point in the history
Add ephemeral-storage request and limit
  • Loading branch information
vijeyash1 authored Nov 13, 2023
2 parents 68d5105 + b0ce778 commit 2325a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.5
version: 1.1.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ resources:
limits:
cpu: 2
memory: 2Gi
ephemeral-storage: 1Gi
requests:
cpu: 200m
memory: 256Mi

autoscaling:
enabled: false
minReplicas: 1
Expand Down

0 comments on commit 2325a40

Please sign in to comment.