Skip to content

Commit

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

0 comments on commit 9e4e5a8

Please sign in to comment.