From 1b8017dd98ecf761eafcf4e63c6a81bc9534f7d9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 12 Jan 2026 10:43:24 -0600 Subject: [PATCH] change replicas --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 5820826f..b8bcacb2 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: towerops namespace: towerops spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: towerops