Skip to content

Commit

Permalink
Merge pull request #681 from fejta/lint
Browse files Browse the repository at this point in the history
Reduce to a single updater replica.
  • Loading branch information
google-oss-robot authored Aug 28, 2021
2 parents 295dda9 + 256723d commit 345d536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/prod/knative/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
component: updater
app: testgrid
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: testgrid
Expand All @@ -24,10 +24,10 @@ spec:
- name: updater
image: gcr.io/k8s-testgrid/updater:v20210828-v0.0.93-16-g532acf0
args:
- --build-timeout=1m
- --build-timeout=10m
- --config=gs://knative-own-testgrid/config
- --confirm
- --group-timeout=5m
- --group-timeout=20m
- --json-logs
- --subscribe=knative-prow=knative-tests/testgrid
- --wait=1h
Expand Down

0 comments on commit 345d536

Please sign in to comment.