Skip to content

Commit

Permalink
bumped the webclient limits
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 5, 2024
1 parent 1c7ea03 commit e66db98
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ spec:
value: http://feedback-svc.navigatum.svc.cluster.local:3004
resources:
requests:
cpu: 5m
memory: 20Mi
cpu: 50m
memory: 500Mi
limits:
memory: 20Mi
memory: 500Mi
livenessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit e66db98

Please sign in to comment.