This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| msgs_per_publisher="1 10 100 1000" | |
| publishers="1 10 100 1000" | |
| mem_limits="33554432 67108864 134217728 268435456" | |
| seconds=10 | |
| timeout_seconds=13 | |
| passed="" | |
| # set to 1 to enable jetstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config: | |
| merge: | |
| $include: server-tags/tags.conf | |
| container: | |
| patch: | |
| - op: add | |
| path: /volumeMounts/- | |
| value: | |
| name: server-tags |
OlderNewer