Skip to content

Commit

Permalink
change resource limits passes
Browse files Browse the repository at this point in the history
  • Loading branch information
julian9499 authored Oct 12, 2023
1 parent 0a2f512 commit 922f7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/passes/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ spec:
protocol: TCP
resources:
limits:
cpu: 100m
memory: 300Mi
requests:
cpu: 50m
memory: 100Mi
memory: 50Mi
requests:
cpu: 15m
memory: 25Mi

0 comments on commit 922f7a0

Please sign in to comment.