CD/CD consolidation
This commit is contained in:
26
devops/systemd/zastava-agent.env.sample
Normal file
26
devops/systemd/zastava-agent.env.sample
Normal 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
|
||||
Reference in New Issue
Block a user