mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
update e2e lifecycle test to test store reconciliation on every node
This commit is contained in:
@@ -474,7 +474,7 @@ func (m *Machine) configureCorrosion() error {
|
||||
Plaintext: true,
|
||||
},
|
||||
API: corroservice.APIConfig{
|
||||
Addr: netip.AddrPortFrom(netip.AddrFrom4([4]byte{127, 0, 0, 1}), corroservice.DefaultAPIPort),
|
||||
Addr: m.config.CorrosionAPIAddr,
|
||||
},
|
||||
Admin: corroservice.AdminConfig{
|
||||
Path: filepath.Join(m.config.CorrosionDir, "admin.sock"),
|
||||
|
||||
Reference in New Issue
Block a user