Skip to content

Commit

Permalink
Add an ephemeral storage request & limit in k8s yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Jul 22, 2024
1 parent ca980eb commit 97fce0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/app-exposer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ spec:
requests:
cpu: "1m"
memory: "128Mi"
ephemeral-storage: "100Mi"
limits:
cpu: "100m"
memory: "256Mi"
ephemeral-storage: "100Mi"
args:
- --namespace
- "$(APP_EXPOSER_NAMESPACE)"
Expand Down

0 comments on commit 97fce0b

Please sign in to comment.