Update: Increase Replicas 1 ---> 3
All checks were successful
Deploy to Swarm / deploy (push) Successful in 3s

This commit is contained in:
2025-10-25 11:28:40 -04:00
parent ddf532ea9f
commit f52f61e448

View File

@@ -14,7 +14,7 @@ services:
ports: ports:
- 5432:5432 - 5432:5432
deploy: deploy:
replicas: 1 replicas: 3
placement: placement:
constraints: constraints:
- node.hostname == p0 - node.hostname == p0