Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix README.md
  • Loading branch information
andreasfritz committed May 5, 2023
commit 1d7fe97346cfb7562e67c5f8373b65b43edbe2ff
4 changes: 2 additions & 2 deletions kubernetes-fabric8/health-simulator/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Health Simulator

App to simulate changes in the health status. Spring Boot Admin reports the changed health status in the UI and with browser notifications (if you allow browser notifications).
App to simulate changes in health status. Spring Boot Admin reports these in the UI and with browser notifications (if you allow browser notifications).

You can change the number of replicas in the [deployment/values.yaml](deployment/values.yaml). Keep in mind that calls to http://localhost/health-simulator reach a random pod if the number of replicas is greater 0.
You can change the number of replicas in [deployment/values.yaml](deployment/values.yaml). Note that calls to http://localhost/health-simulator will reach a random pod if the number of replicas is greater than 0.

## Build App

Expand Down