Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions charts/skypilot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ apiService:
requests:
cpu: "4"
memory: "8Gi"
# not much ephemeral-storage is needed when
# persistent storage is enabled.
# However, when ephemeral storage is used
# (e.g. to enable rollingUpdate),
# it is recommended to set a larger value.
ephemeral-storage: "10Gi"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need ephemeral-storage when PVC is enabled? If not, we should not enable it by default here. Maybe we can add a field in storage to indicate persistent or ephemeral storage?

limits:
cpu: "4"
memory: "8Gi"
Expand Down