Skip to content

Commit

Permalink
Merge pull request #7 from cyscale/feat/set-ephemeral-storage-values
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertHambuer authored Jun 28, 2024
2 parents f6eea19 + 5429ee0 commit b9a258a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.3.0
version: 1.3.1
appVersion: v0.24.2
type: application

Expand Down
2 changes: 2 additions & 0 deletions charts/kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ resources:
requests:
cpu: 100m
memory: 100Mi
ephemeral-storage: 500Mi
limits:
cpu: 500m
memory: 1Gi
ephemeral-storage: 1Gi

nodeSelector: {}

Expand Down

0 comments on commit b9a258a

Please sign in to comment.