update to ip
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m46s

This commit is contained in:
matst80
2024-11-09 14:11:26 +01:00
parent f9d14f1d7f
commit 7e0f75bde5
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ func (s *PoolServer) Serve() *http.ServeMux {
return mux
}
var clientName = os.Getenv("NODE_NAME")
var clientName = os.Getenv("POD_IP")
func main() {
// Create a new instance of the server