Skip to content

Commit

Permalink
Merge pull request #33351 from michelle192837/scaledown
Browse files Browse the repository at this point in the history
Scale k8s-prow components to 0.
  • Loading branch information
BenTheElder authored Aug 21, 2024
2 parents abc73f6 + 0086030 commit 02c26db
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion config/prow/cluster/build/grandmatriarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
labels:
app: grandmatriarch
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: grandmatriarch
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/cherrypicker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: cherrypicker
spec:
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: crier
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: crier
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
selector:
matchLabels:
app: ghproxy
replicas: 1 # TODO(fejta): this should be HA
replicas: 0 # TODO(fejta): this should be HA
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/halogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: halogen
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: halogen
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/hook_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: hook
spec:
replicas: 4
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/horologium_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: horologium
spec:
replicas: 1 # Do not scale up.
replicas: 0 # Do not scale up.
strategy:
type: Recreate
selector:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/kube-state-metrics_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: kube-state-metrics
namespace: kube-system
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app.kubernetes.io/name: kube-state-metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: kubernetes-external-secrets
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app.kubernetes.io/name: kubernetes-external-secrets
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/needs-rebase_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: needs-rebase
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: needs-rebase
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/pipeline_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prow-pipeline
namespace: default
spec:
replicas: 1
replicas: 0
strategy:
type: Recreate
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
app: prow-controller-manager
spec:
# Mutually exclusive with plank. Only one of them may have more than zero replicas.
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
4 changes: 2 additions & 2 deletions config/prow/cluster/pushgateway_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: pushgateway
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: pushgateway
Expand Down Expand Up @@ -73,7 +73,7 @@ metadata:
labels:
app: pushgateway-proxy
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: pushgateway-proxy
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: sinker
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: sinker
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/statusreconciler_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: statusreconciler
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: statusreconciler
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: tide
spec:
replicas: 1 # Do not scale up.
replicas: 0 # Do not scale up.
strategy:
type: Recreate
selector:
Expand Down

0 comments on commit 02c26db

Please sign in to comment.