apiVersion: v1 kind: ConfigMap metadata: name: neuron-dev-config namespace: neuron-dev data: SPRING_PROFILES_ACTIVE: "dev" NEURON_DATA_DIR: "/data" NEURON_CHROMA_URL: "http://localhost:8000" NEURON_DB_PATH: "/data/neuron-dev.db" NEURON_STORAGE_PATH: "/data" SERVER_TOMCAT_ACCESSLOG_ENABLED: "true" # Dev: full exposure for debugging MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: "health,info,metrics,env,beans,loggers,mappings" MANAGEMENT_ENDPOINT_HEALTH_SHOW_DETAILS: "always" # OTLP: point to Alloy in-cluster instead of localhost OTEL_EXPORTER_OTLP_ENDPOINT: "http://alloy-otlp.monitoring.svc.cluster.local:4318"