Skip to content

Commit

Permalink
Set GOMAXPROCS to 2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Apr 11, 2024
1 parent b368bb1 commit 221bcc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,12 @@ patches:
target:
kind: Deployment
name: kustomize-controller
- patch: |
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: GOMAXPROCS
value: "2"
target:
kind: Deployment
name: "(helm-controller|kustomize-controller)"

0 comments on commit 221bcc7

Please sign in to comment.