{
  admin off
  auto_https off
  persist_config off
}

https://localhost:8443 {
  tls /etc/caddy/tls/localhost.crt /etc/caddy/tls/localhost.key

  route {
    @control path /v1/* /healthz /readyz
    reverse_proxy @control control:8770
    reverse_proxy druff:8080
  }
}
