Skip to content

Commit

Permalink
Merge pull request #105 from markandersontrocme/set-gomaxprocs
Browse files Browse the repository at this point in the history
set GOMAXPROCS to cpu request
  • Loading branch information
kcp-ci-bot authored Sep 13, 2024
2 parents f8bd289 + edc4a3d commit 3e93a19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kcp/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ spec:
valueFrom:
resourceFieldRef:
resource: requests.memory
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: requests.cpu
livenessProbe:
failureThreshold: 6
httpGet:
Expand Down

0 comments on commit 3e93a19

Please sign in to comment.