We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a61bb5 + 545be7e commit 8fb0a7bCopy full SHA for 8fb0a7b
kubernetes/operator/using-operator/index.md
@@ -216,6 +216,10 @@ spec:
216
replicas: 3
217
```
218
219
+**Since v2.16.0**, it is possible to scale to zero. It is **not possible to down scale**. Only scaling to
220
+zero is allowed, and then scaling back to the original number. A potential use case is to save resources
221
+over a period of expected inactivity (e.g. weekends). All data is preserved when scaling to zero.
222
+
223
### Image {#images}
224
225
**Description:** Specify the RabbitMQ image reference.
0 commit comments