Skip to content

Commit

Permalink
use 4 replicas for boskos janitor (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: upodroid <upodroid@users.noreply.github.com>
  • Loading branch information
upodroid and upodroid authored Aug 14, 2024
1 parent faffc1b commit 3216a3a
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions prow/cluster/build/boskos-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
app: boskos-janitor
namespace: test-pods
spec:
replicas: 3
replicas: 4
selector:
matchLabels:
app: boskos-janitor
Expand All @@ -44,8 +44,27 @@ spec:
- --verbose
resources:
requests:
cpu: 200m
memory: 20Mi
cpu: 1000m
memory: 1000Mi
limits:
cpu: 4000m
memory: 2560Mi
cpu: 3000m
memory: 6000Mi
# ---
# apiVersion: autoscaling/v2
# kind: HorizontalPodAutoscaler
# metadata:
# name: boskos-janitor
# spec:
# maxReplicas: 10
# minReplicas: 1
# scaleTargetRef:
# apiVersion: apps/v1
# kind: Deployment
# name: boskos-janitor
# metrics:
# - type: Resource
# resource:
# name: cpu
# target:
# type: Utilization
# averageUtilization: 50

0 comments on commit 3216a3a

Please sign in to comment.