fix: use script check with sh -c for primary detection
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s

This commit is contained in:
2026-02-07 18:03:28 -08:00
parent cd6a6efb80
commit a10a50a6ea
2 changed files with 8 additions and 17 deletions

View File

@@ -31,9 +31,4 @@ proxy:
- "*.jpg"
- "*.jpeg"
- "*.gif"
- "*.svg"
# Commands to run only on the primary node.
# This serves as a primary-only health check responder.
exec:
- cmd: "nc -lk -p 8082 -e echo -e 'HTTP/1.1 200 OK\r\nContent-Length: 7\r\n\r\nPrimary'"
- "*.svg"