Skip to content

Commit

Permalink
chore: increase resources for golang-sample-app
Browse files Browse the repository at this point in the history
  • Loading branch information
jhandguy committed Dec 1, 2023
1 parent b5a83b9 commit 6b584bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions golang-sample-app/helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resources:
limits:
cpu: 10m
memory: 20Mi
cpu: 25m
memory: 50Mi
requests:
cpu: 10m
memory: 20Mi
cpu: 25m
memory: 50Mi
prometheus:
enabled: false
horizontalPodAutoscaler:
Expand Down

0 comments on commit 6b584bd

Please sign in to comment.