Improve health check image. (#919)

This commit is contained in:
Felix Fontein
2024-07-07 21:19:26 +02:00
committed by GitHub
parent ff412f475e
commit 569880486f
4 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ func main() {
} else {
state = []byte("unhealthy")
}
os.WriteFile("health.txt", state, 0644)
os.WriteFile("/health.txt", state, 0644)
}