Skip to content

Commit

Permalink
chore(k8s/amour/media/radarr): increase cpu limits
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Dec 15, 2023
1 parent 72bc9e6 commit 7442943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/amour/media/radarr/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
value: "0"
}]
resources: limits: {
(v1.#ResourceCPU): "100m"
(v1.#ResourceCPU): "200m"
(v1.#ResourceMemory): "512Mi"
}
volumeMounts: [{
Expand Down

0 comments on commit 7442943

Please sign in to comment.