feat: add pgbouncer check to overview, auto-sync ArgoCD after upgrade
Some checks failed
Build & Release / build (push) Has been cancelled

This commit is contained in:
Ryan Moon
2026-04-03 22:00:10 -05:00
parent 32a9368e9d
commit 8ec3b4d247
3 changed files with 34 additions and 3 deletions

View File

@@ -729,6 +729,12 @@
? '<span class="badge badge-green">Exists</span>'
: '<span class="badge badge-red">Not found</span>'}</span>
</div>
<div class="stat-row">
<span class="stat-label">PgBouncer</span>
<span class="stat-value">${infra?.pgbouncer?.configured
? '<span class="badge badge-green">Reachable</span>'
: '<span class="badge badge-red">Not configured</span>'}</span>
</div>
<div class="stat-row">
<span class="stat-label">Storage</span>
<span class="stat-value">${infra?.spaces?.configured