Skip to content

Commit

Permalink
increased the ephemeral storage request and limit
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Sep 7, 2024
1 parent 5ee245f commit 3f09a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/qms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ spec:
requests:
cpu: "1m"
memory: "128Mi"
ephemeral-storage: "10Mi"
ephemeral-storage: "100Mi"
limits:
cpu: "100m"
memory: "256Mi"
ephemeral-storage: "10Mi"
ephemeral-storage: "100Mi"
volumeMounts:
- name: localtime
mountPath: /etc/localtime
Expand Down

0 comments on commit 3f09a96

Please sign in to comment.