Skip to content

Commit

Permalink
chore(plugin): set default requests/limits and replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 3, 2025
1 parent 2735e02 commit c53987f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
namespace: system
spec:
progressDeadlineSeconds: 600
replicas: 1
replicas: 2
revisionHistoryLimit: 10
selector:
matchLabels:
Expand Down Expand Up @@ -46,7 +46,9 @@ spec:
resources:
requests:
cpu: 10m
memory: 50Mi
memory: 64Mi
limits:
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit c53987f

Please sign in to comment.