Skip to content

Commit

Permalink
increased the ephemeral storage requests
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Jun 6, 2024
1 parent a94f8df commit 5ee245f
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: "1Mi"
ephemeral-storage: "10Mi"
limits:
cpu: "100m"
memory: "256Mi"
ephemeral-storage: "1Mi"
ephemeral-storage: "10Mi"
volumeMounts:
- name: localtime
mountPath: /etc/localtime
Expand Down

0 comments on commit 5ee245f

Please sign in to comment.