:8080 {
	handle /health {
		respond "ok" 200
	}

	handle /v1/* {
		reverse_proxy {$HARBOR_MLX_UPSTREAM_URL}
	}
}
