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