2 Commits
Author SHA1 Message Date
mats c2ae713b46 update
Build and Publish / BuildAndDeploy (push) Successful in 2m15s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
2024-11-12 22:46:15 +01:00
mats defef53bce some x86 2024-11-12 22:43:17 +01:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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)
} }