feat: add runtime management configuration properties
- JAR storage path, base image, Docker network - Container memory/CPU limits, health check timeout - Routing mode and domain for Traefik integration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,17 @@ ingestion:
|
|||||||
cameleer:
|
cameleer:
|
||||||
tenant:
|
tenant:
|
||||||
id: ${CAMELEER_TENANT_ID:default}
|
id: ${CAMELEER_TENANT_ID:default}
|
||||||
|
runtime:
|
||||||
|
enabled: ${CAMELEER_RUNTIME_ENABLED:true}
|
||||||
|
jar-storage-path: ${CAMELEER_JAR_STORAGE_PATH:/data/jars}
|
||||||
|
base-image: ${CAMELEER_RUNTIME_BASE_IMAGE:cameleer-runtime-base:latest}
|
||||||
|
docker-network: ${CAMELEER_DOCKER_NETWORK:cameleer}
|
||||||
|
agent-health-port: 9464
|
||||||
|
health-check-timeout: 60
|
||||||
|
container-memory-limit: ${CAMELEER_CONTAINER_MEMORY_LIMIT:512m}
|
||||||
|
container-cpu-shares: ${CAMELEER_CONTAINER_CPU_SHARES:512}
|
||||||
|
routing-mode: ${CAMELEER_ROUTING_MODE:path}
|
||||||
|
routing-domain: ${CAMELEER_ROUTING_DOMAIN:localhost}
|
||||||
body-size-limit: ${CAMELEER_BODY_SIZE_LIMIT:16384}
|
body-size-limit: ${CAMELEER_BODY_SIZE_LIMIT:16384}
|
||||||
indexer:
|
indexer:
|
||||||
debounce-ms: ${CAMELEER_INDEXER_DEBOUNCE_MS:2000}
|
debounce-ms: ${CAMELEER_INDEXER_DEBOUNCE_MS:2000}
|
||||||
|
|||||||
Reference in New Issue
Block a user