feat(config): Enable exec block in litefs.yml to trigger entrypoint.sh
This commit is contained in:
@@ -32,6 +32,5 @@ proxy:
|
||||
- "*.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'"
|
||||
exec:
|
||||
- cmd: "/usr/local/bin/entrypoint.sh"
|
||||
|
||||
Reference in New Issue
Block a user