Auto-sync: 2026-08-12

This commit is contained in:
Dominik Schön
2026-08-12 22:00:11 +00:00
parent c392fc45f0
commit 222f286adc
5 changed files with 22 additions and 13 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ modified: "2026-07-24"
## Deployment
- **Namespace:** hindsight (K8s)
- **API:** LoadBalancer `10.0.30.201:9177` (**NICHT localhost**)
- **Health:** `curl -s http://10.0.30.201:9177/health`
- **API:** LoadBalancer `10.0.30.208:9177` (**NICHT localhost**)
- **Health:** `curl -s http://10.0.30.208:9177/health`
- **Backend:** PostgreSQL + pgvector
- **Config:** `~/.hermes/hindsight/config.json` (api_url gesetzt)
+1 -1
View File
@@ -31,7 +31,7 @@ modified: "2026-07-24"
## GitOps
- **ArgoCD**: SSH Deploy Keys (read-only) auf Gitea
- 15 Applications via SSH (`ssh://git@10.0.30.202:22/dominik/iac-homelab.git`)
- **Gitea SSH user is `git`, not `gitea`** — `git.schoen.codes` resolves to Traefik (10.0.30.203, HTTP only), SSH is on 10.0.30.202:22
- **Gitea SSH user is `git`, not `gitea`** — `git.schoen.codes` resolves to Traefik (10.0.30.208, HTTP only), SSH is on 10.0.30.202:22
- Workflow: IaC repo auschecken → ändern → commit+push → ArgoCD sync → verify → lokale Kopie löschen
- Siehe [[concepts/gitops-workflow]]