Skip to content

Commit 2325a40

Browse files
authored
Merge pull request #274 from akash4sh/main
Add ephemeral-storage request and limit
2 parents 68d5105 + b0ce778 commit 2325a40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.5
18+
version: 1.1.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/agent/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ resources:
125125
limits:
126126
cpu: 2
127127
memory: 2Gi
128+
ephemeral-storage: 1Gi
128129
requests:
129130
cpu: 200m
130131
memory: 256Mi
131-
132+
132133
autoscaling:
133134
enabled: false
134135
minReplicas: 1

0 commit comments

Comments
 (0)