scale: increase production replicas to 4 pods

With Horde's distributed supervision, devices will automatically
distribute ~25% per pod across all 4 replicas.

Benefits:
- 4x horizontal scaling for device monitoring and SNMP polling
- Better fault tolerance (can lose 3 pods and still operate)
- Automatic load balancing via consistent hashing
- Each device still polls from exactly ONE pod (no duplicates)
This commit is contained in:
Graham McIntire 2026-01-18 10:15:59 -06:00
parent 3cc69c9250
commit cafca82dd4
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ metadata:
name: towerops
namespace: towerops
spec:
replicas: 2
replicas: 4
strategy:
type: RollingUpdate
rollingUpdate: