chore: bump defi-arbitrage submodule; operator IP and deployment doc updates

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-27 18:36:20 -07:00
parent e5d7a03236
commit 1190476b0a
30 changed files with 41 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ DBIS_NETWORK_BRIDGE="${PROXMOX_BRIDGE:-vmbr0}"
# IP Address Allocation
# Note: Database IPs adjusted to avoid conflicts with blockchain validators (192.168.11.100-104)
DBIS_DB_IP_START="192.168.11.105" # Database range: 192.168.11.105-119 (adjusted from .100)
DBIS_CACHE_IP_START="192.168.11.120" # Cache range: 192.168.11.120-129
DBIS_CACHE_IP_START="192.168.11.120" # Cache allocation band .120.129; VMID 10120 dbis-redis uses DBIS_REDIS_IP
DBIS_FRONTEND_IP_START="192.168.11.130" # Frontend range: 192.168.11.130-149
# Note: API IPs adjusted to avoid conflicts with blockchain sentries (192.168.11.150-154)
DBIS_API_IP_START="192.168.11.155" # API range: 192.168.11.155-199 (adjusted from .150)
@@ -73,7 +73,7 @@ DBIS_API_IP_START="192.168.11.155" # API range: 192.168.11.155-199 (adjuste
# Specific IP Addresses for Initial Deployment
DBIS_POSTGRES_PRIMARY_IP="192.168.11.105" # Updated from 192.168.11.100 (conflict resolved)
DBIS_POSTGRES_REPLICA_IP="192.168.11.106" # Updated from 192.168.11.101 (conflict resolved)
DBIS_REDIS_IP="192.168.11.120"
DBIS_REDIS_IP="192.168.11.125"
DBIS_API_PRIMARY_IP="192.168.11.155" # Updated from 192.168.11.150 (conflict resolved)
DBIS_API_SECONDARY_IP="192.168.11.156" # Updated from 192.168.11.151 (conflict resolved)
DBIS_FRONTEND_IP="192.168.11.130"