Skip to content

Commit

Permalink
Set the ephemeral storage request to 1Mi
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wregglesworth committed Mar 27, 2024
1 parent cf653c2 commit d185be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/qms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
requests:
cpu: "1m"
memory: "128Mi"
ephemeral-storage: "1Gi"
ephemeral-storage: "1Mi"
limits:
cpu: "100m"
memory: "256Mi"
Expand Down

0 comments on commit d185be7

Please sign in to comment.