2 Commits

Author SHA1 Message Date
matst80
c2ae713b46 update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m15s
2024-11-12 22:46:15 +01:00
matst80
defef53bce some x86 2024-11-12 22:43:17 +01:00
2 changed files with 1 additions and 2 deletions

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

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)
} }