netbox: add NetBox 4.6.8 with postgres, valkey and rqworker
Five components under applications/netbox: the web pod, an rqworker, a daily housekeeping CronJob, postgres 18 and two valkey instances. The task queue runs appendonly on its own PVC so queued jobs survive a restart, while the cache instance is disposable. Worker and cronjob override args rather than command, which replaces CMD while keeping tini as the entrypoint, so only the web pod runs migrations. Media, reports and scripts share one RWX PVC via subPaths because both the web pod and the worker mount them. Exposed on the internal gateway only.
This commit is contained in:
@@ -35,6 +35,7 @@ The repository is split into three top-level areas. Within each, there is one di
|
||||
│ ├── minio-aistor/ # S3-compatible object storage
|
||||
│ ├── n8n/ # Workflow automation
|
||||
│ ├── netbootxyz/ # Network boot service
|
||||
│ ├── netbox/ # IPAM and DCIM source of truth
|
||||
│ ├── ollama/ # Local LLM runner
|
||||
│ ├── openwebui/ # Web UI for AI models
|
||||
│ ├── outline/ # Knowledge base / wiki
|
||||
@@ -105,6 +106,7 @@ The repository is split into three top-level areas. Within each, there is one di
|
||||
- **Technitium**: DNS server with web interface
|
||||
- **Azure DDNS Python**: Dynamic DNS updater for Azure DNS
|
||||
- **NetbootXYZ**: Network boot service for OS installation
|
||||
- **NetBox**: IPAM and DCIM source of truth for the network
|
||||
- **VictoriaMetrics**: Metrics collection and monitoring stack
|
||||
|
||||
### External Service Integration
|
||||
|
||||
Reference in New Issue
Block a user