fix(deploy): change healthcheck path

This commit is contained in:
Jon Seager 2026-02-06 20:51:47 +00:00 committed by GitHub
parent 251e4aebb5
commit 9cccbd3b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ interval = '30s'
timeout = '5s' timeout = '5s'
grace_period = '10s' grace_period = '10s'
method = 'GET' method = 'GET'
path = '/health' path = '/'
[mounts] [mounts]
source = 'brewlog_data' source = 'brewlog_data'