mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
38b1c16c1e
commit
7eae427d1a
@@ -56,6 +56,7 @@ configs:
|
||||
g, Scooby, role:admin
|
||||
|
||||
server:
|
||||
replicas: 2
|
||||
extraArgs:
|
||||
- --insecure # TLS is terminated at Istio gateway
|
||||
|
||||
@@ -100,6 +101,7 @@ controller:
|
||||
release: prometheus
|
||||
|
||||
repoServer:
|
||||
replicas: 2
|
||||
hostAliases:
|
||||
- ip: "172.28.101.244"
|
||||
hostnames:
|
||||
|
||||
Reference in New Issue
Block a user