chore: Overwrite nubus liveness probe with password-reset check

This commit is contained in:
Lilly Sell
2025-06-26 09:54:32 +02:00
parent 2fbe43a1f8
commit b48241dd38

View File

@@ -11,4 +11,9 @@ nubusUmcServer:
tcpSocket: ~
exec:
command:
- "true"
- "python3"
- "-c"
- |
import requests
data = {"options": {"username": "b1-pw-test", "method": "email" }}
requests.post("http://localhost:8090/command/passwordreset/send_token", json=data).raise_for_status()