Skip to content

Commit

Permalink
update resource request
Browse files Browse the repository at this point in the history
  • Loading branch information
covesturtevant committed Nov 26, 2023
1 parent d80031f commit 2c6f204
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pipe/aquatroll200/aquatroll200_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 1.5
sidecar_resource_requests:
memory: 5G
cpu: 0.5
cpu: 1
datum_set_spec:
number: 5
scheduling_spec:
Expand Down
2 changes: 1 addition & 1 deletion pipe/csat3/csat3_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod_patch: |-
},
{ "op": "replace",
"path": "/containers/1/resources/requests/cpu",
"value": "0.3"
"value": "1"
}
]
2 changes: 1 addition & 1 deletion pipe/hmp155/hmp155_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 2
sidecar_resource_requests:
memory: 6G
cpu: 0.5
cpu: 1
sidecar_resource_limits:
memory: 8Gi
cpu: 1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 1.5
sidecar_resource_requests:
memory: 5G
cpu: 0.5
cpu: 1
datum_set_spec:
number: 5
scheduling_spec:
Expand Down
2 changes: 1 addition & 1 deletion pipe/li191r/li191r_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 1.5
sidecar_resource_requests:
memory: 3G
cpu: 0.5
cpu: 1
datum_set_spec:
number: 5
scheduling_spec:
Expand Down
2 changes: 1 addition & 1 deletion pipe/pqs1/pqs1_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 1.5
sidecar_resource_requests:
memory: 5G
cpu: 0.5
cpu: 1
sidecar_resource_limits:
memory: 8Gi
cpu: 1.2
Expand Down
2 changes: 1 addition & 1 deletion pipe/prt/prt_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 2
sidecar_resource_requests:
memory: 3G
cpu: 0.5
cpu: 1
sidecar_resource_limits:
memory: 4G
cpu: 1.2
Expand Down
2 changes: 1 addition & 1 deletion pipe/ptb330a/ptb330a_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 2
sidecar_resource_requests:
memory: 3G
cpu: 0.5
cpu: 1
sidecar_resource_limits:
memory: 5Gi
cpu: 1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource_limits:
cpu: 1.5
sidecar_resource_requests:
memory: 5G
cpu: 0.5
cpu: 1
sidecar_resource_limits:
memory: 8Gi
cpu: 1.2
Expand Down

0 comments on commit 2c6f204

Please sign in to comment.