diff --git a/helm/values.schema.json b/helm/values.schema.json index e656c74..bc02e65 100644 --- a/helm/values.schema.json +++ b/helm/values.schema.json @@ -144,17 +144,10 @@ { "type": "number" }, { "type": "string" } ] - }, - "cpu": { - "oneOf": [ - { "type": "number" }, - { "type": "string" } - ] } }, "required": [ - "memory", - "cpu" + "memory" ], "type": "object" } diff --git a/helm/values.yaml b/helm/values.yaml index bc7420c..64ddf9b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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