Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 1 addition & 8 deletions helm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,10 @@
{ "type": "number" },
{ "type": "string" }
]
},
"cpu": {
"oneOf": [
{ "type": "number" },
{ "type": "string" }
]
}
},
"required": [
"memory",
"cpu"
"memory"
],
"type": "object"
}
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resources:
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
# cpu: "100m" # Optional: Uncomment to set a CPU limit (may cause throttling)

aws:
# If specified, use the AWS region for AWS API calls
Expand Down