Skip to content

Commit

Permalink
Remove mind-available patch as its now handled in S-O (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Dec 6, 2024
1 parent ee59d82 commit 2d6b0e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
2 changes: 1 addition & 1 deletion config/core/deployments/activator-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: devel
spec:
minAvailable: 1
minAvailable: 80%
selector:
matchLabels:
app: activator
2 changes: 1 addition & 1 deletion config/core/deployments/webhook-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ metadata:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: devel
spec:
minAvailable: 1
minAvailable: 80%
selector:
matchLabels:
app: webhook
26 changes: 0 additions & 26 deletions openshift/patches/005-pdb-minavailable.patch

This file was deleted.

4 changes: 2 additions & 2 deletions openshift/release/artifacts/serving-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8749,7 +8749,7 @@ metadata:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "v1.16"
spec:
minAvailable: 1
minAvailable: 80%
selector:
matchLabels:
app: activator
Expand Down Expand Up @@ -9241,7 +9241,7 @@ metadata:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "v1.16"
spec:
minAvailable: 1
minAvailable: 80%
selector:
matchLabels:
app: webhook
Expand Down

0 comments on commit 2d6b0e4

Please sign in to comment.