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:
parent
8fb4d3d634
commit
f21be4f4d4
|
|
@ -1 +0,0 @@
|
||||||
npm
|
|
||||||
|
|
@ -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: []
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ nodes:
|
||||||
roles:
|
roles:
|
||||||
- edge
|
- edge
|
||||||
- ingress
|
- ingress
|
||||||
|
- control-plane
|
||||||
|
|
||||||
chelsty-infra:
|
chelsty-infra:
|
||||||
site: chelsty
|
site: chelsty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue