Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale k8s-prow components to 0. #33351

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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