try the arm ones again
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 6s
Build and Publish / BuildAndDeploy (push) Successful in 2m17s

This commit is contained in:
matst80
2024-11-13 09:41:48 +01:00
parent 1e21275ad5
commit e1470c02b6

View File

@@ -6,7 +6,7 @@ metadata:
arch: amd64 arch: amd64
name: cart-actor-x86 name: cart-actor-x86
spec: spec:
replicas: 3 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: cart-actor app: cart-actor
@@ -92,7 +92,7 @@ metadata:
arch: arm64 arch: arm64
name: cart-actor-arm64 name: cart-actor-arm64
spec: spec:
replicas: 0 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: cart-actor app: cart-actor