Compare commits
2 Commits
48f9347c91
...
c2ae713b46
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2ae713b46 | ||
|
|
defef53bce |
@@ -6,7 +6,7 @@ metadata:
|
||||
arch: amd64
|
||||
name: cart-actor-x86
|
||||
spec:
|
||||
replicas: 0
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cart-actor
|
||||
|
||||
@@ -258,7 +258,6 @@ func (p *SyncedPool) RemoveHost(host *RemoteHost) {
|
||||
for _, r := range p.remotes {
|
||||
if r == host {
|
||||
p.RemoveHostMappedCarts(r)
|
||||
|
||||
} else {
|
||||
toKeep = append(toKeep, r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user