Scale services to 2+ replicas for HA

- ArgoCD: server and repo-server → 2 replicas
- GitLab: webservice, sidekiq, registry, KAS, praefect → min 2 replicas
- Guacamole: client and guacd → 2 replicas
- Kiali: 1 → 2 replicas
- Alertmanager: add 2 replicas
- TeslaMate CNPG: 1 → 2 instances

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-15 03:08:49 -05:00
co-authored by Claude Opus 4.6
parent 38b1c16c1e
commit 7eae427d1a
6 changed files with 19 additions and 15 deletions
@@ -13,12 +13,12 @@ metadata:
app: guacamole
component: client
spec:
replicas: 1
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
maxSurge: 1
maxUnavailable: 0
selector:
matchLabels:
app: guacamole
@@ -159,7 +159,7 @@ metadata:
app: guacamole
component: guacd
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: guacamole