Kinotic OS
Configuration
Configuration reference for Kinotic OS server and services.
Overview
Kinotic OS is configured through a combination of application properties, environment variables, and Helm chart values. Key configuration areas include:
- Server configuration — Port bindings, cluster discovery, and runtime settings
- Elasticsearch settings — Connection URLs, index defaults, and replica configuration
- Authentication — OIDC provider configuration, session management, and security policies
- Environment variables — Runtime overrides for containerized deployments
- Helm values — Kubernetes-specific configuration for resource limits, replicas, ingress, and TLS
Loki
The server reads workload logs from Grafana Loki (see Observability).
| Property | Environment variable | Helm value | Default |
|---|---|---|---|
kinotic.domain.loki.url | KINOTIC_DOMAIN_LOKI_URL | kinotic.domain.loki.url | http://localhost:3100 |
In docker-compose the server points at http://loki:3100; the Helm chart defaults to http://loki.observability.svc:3100.