CD/CD consolidation

This commit is contained in:
StellaOps Bot
2025-12-26 17:32:23 +02:00
parent a866eb6277
commit c786faae84
638 changed files with 3821 additions and 181 deletions

View File

@@ -0,0 +1,26 @@
# StellaOps Zastava Agent Configuration
# Copy this file to /etc/stellaops/zastava-agent.env
# Required: Tenant identifier for multi-tenancy
ZASTAVA_TENANT=default
# Required: Scanner backend URL
ZASTAVA_AGENT__Backend__BaseAddress=https://scanner.internal
# Optional: Node name (defaults to hostname)
# ZASTAVA_NODE_NAME=
# Optional: Docker socket endpoint (defaults to unix:///var/run/docker.sock)
# ZASTAVA_AGENT__DockerEndpoint=unix:///var/run/docker.sock
# Optional: Event buffer path (defaults to /var/lib/zastava-agent/runtime-events)
# ZASTAVA_AGENT__EventBufferPath=/var/lib/zastava-agent/runtime-events
# Optional: Health check port (defaults to 8080)
# ZASTAVA_AGENT__HealthCheck__Port=8080
# Optional: Allow insecure HTTP backend (NOT recommended for production)
# ZASTAVA_AGENT__Backend__AllowInsecureHttp=false
# Optional: Logging level
# Serilog__MinimumLevel__Default=Information