ops: align vps desired state with control-plane architecture, remove legacy agent-system references

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
oskar 2026-05-21 11:40:55 +02:00
parent 8fb4d3d634
commit f21be4f4d4
3 changed files with 11 additions and 2 deletions

View file

@ -1 +0,0 @@
npm

View file

@ -23,7 +23,7 @@ services:
local: local:
- stability-agent - stability-agent
external: external:
- piha:agent-system-redis - piha:redis
ports: ports:
- name: http - name: http
container_port: 18180 container_port: 18180
@ -32,3 +32,12 @@ services:
config_path: /opt/homelab/config/control-plane config_path: /opt/homelab/config/control-plane
data_path: /opt/homelab/data/control-plane data_path: /opt/homelab/data/control-plane
logs_path: /opt/homelab/logs/control-plane logs_path: /opt/homelab/logs/control-plane
node_exporter:
role: metrics-exporter
deployment_model: docker-compose
exposure: local-only
offline_required: true
depends_on:
local: []
external: []

View file

@ -27,6 +27,7 @@ nodes:
roles: roles:
- edge - edge
- ingress - ingress
- control-plane
chelsty-infra: chelsty-infra:
site: chelsty site: chelsty