Skip to content

Commit

Permalink
Drop replicas from the activator. (knative#3156)
Browse files Browse the repository at this point in the history
"No `replicas:`" defaults to 1, and this enables us to apply a new activator yaml to a manually scaled activator deployment without shrinking it back to 1.

Fixes: knative#3152
  • Loading branch information
mattmoor authored and knative-prow-robot committed Feb 11, 2019
1 parent fc052c8 commit 8e221df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/activator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ metadata:
labels:
serving.knative.dev/release: devel
spec:
replicas: 1
selector:
matchLabels:
app: activator
Expand Down

0 comments on commit 8e221df

Please sign in to comment.