Skip to content

Commit

Permalink
Merge pull request #147 from Crossbell-Box/sljeff-patch-1
Browse files Browse the repository at this point in the history
fix: incr resource limit
  • Loading branch information
sljeff committed Aug 10, 2023
2 parents 344dbbd + 44768c5 commit f090754
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: crossbell
spec:
progressDeadlineSeconds: 600
replicas: 2
replicas: 3
revisionHistoryLimit: 10
selector:
matchLabels:
Expand Down Expand Up @@ -43,11 +43,11 @@ spec:
protocol: TCP
resources:
requests:
memory: '100Mi'
cpu: '100m'
limits:
memory: '800Mi'
cpu: '200m'
cpu: '50m'
limits:
memory: '2500Mi'
cpu: '500m'
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
livenessProbe:
Expand Down

0 comments on commit f090754

Please sign in to comment.