We have hosted Wiremock standalone on PCF and using admin api to add stub mappings dynamically. This works great when there is only single instance. However, when it is scaled up and admin mapping is used, the stubs are available only on one instance.
Is there a way I can replicate this on all instances?