Skip to content

Commit 78c88d5

Browse files
committed
Fix topologySpreadConstraints labelSelector
Ensure all pods of the same RabbitMQ cluster are spread across zones.
1 parent be8f992 commit 78c88d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/production-ready/rabbitmq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ spec:
3131
whenUnsatisfiable: DoNotSchedule
3232
labelSelector:
3333
matchLabels:
34-
app.kubernetes.io/component: rabbitmq
34+
app.kubernetes.io/name: production-ready

0 commit comments

Comments
 (0)