Skip to content

Commit

Permalink
feat(vpn-gateway): increase cpu limit to 175m (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoalmeidasa authored Nov 27, 2024
1 parent 24c8853 commit 9d499b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/vpn-gateway/gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
cpu: 100m
memory: 40Mi
limits:
cpu: 100m
cpu: 175m
memory: 100Mi
networkPolicy:
enabled: false
Expand Down

0 comments on commit 9d499b2

Please sign in to comment.