Skip to content

Commit

Permalink
Merge pull request #305 from jzding/add-comsumer-scheduling-annotation
Browse files Browse the repository at this point in the history
OCPBUGS-32443: add PreferredDuringScheduling annotation to consumer
  • Loading branch information
openshift-merge-bot[bot] committed Apr 22, 2024
2 parents 6178283 + 761f50f commit 45a2d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/manifests/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
app: consumer
template:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
app: consumer
spec:
Expand Down

0 comments on commit 45a2d93

Please sign in to comment.